Module io.helidon.webclient.api
Package io.helidon.webclient.api
Interface ConnectedSocketChannelInfo
public interface ConnectedSocketChannelInfo
Context information about a newly connected
SocketChannel.-
Method Summary
Modifier and TypeMethodDescriptionThe channel id.The newly connected socket channel.
-
Method Details
-
channelId
String channelId()The channel id.- Returns:
- The channel id.
-
socketChannel
SocketChannel socketChannel()The newly connected socket channel.- Returns:
- The socket channel.
-