Uses of Class
io.helidon.common.socket.TlsNioSocket
Packages that use TlsNioSocket
-
Uses of TlsNioSocket in io.helidon.common.socket
Methods in io.helidon.common.socket that return TlsNioSocketModifier and TypeMethodDescriptionstatic TlsNioSocketTlsNioSocket.client(SocketChannel delegate, SSLEngine sslEngine, String channelId) Create a client TLS NIO socket.static TlsNioSocketTlsNioSocket.server(SocketChannel delegate, SSLEngine sslEngine, String channelId, String serverChannelId) Create a server TLS NIO socket.