Uses of Class
io.helidon.common.socket.NioSocket
Packages that use NioSocket
-
Uses of NioSocket in io.helidon.common.socket
Subclasses of NioSocket in io.helidon.common.socketMethods in io.helidon.common.socket that return NioSocketModifier and TypeMethodDescriptionstatic NioSocketNioSocket.client(SocketChannel delegate, String channelId) Create a new client socket.static NioSocketNioSocket.server(SocketChannel delegate, String channelId, String serverChannelId) Create a new server socket.