Uses of Class
io.activej.net.socket.tcp.SslTcpSocket
Packages that use SslTcpSocket
-
Uses of SslTcpSocket in io.activej.net.socket.tcp
Methods in io.activej.net.socket.tcp that return SslTcpSocketModifier and TypeMethodDescriptionstatic SslTcpSocketSslTcpSocket.create(io.activej.reactor.nio.NioReactor reactor, ITcpSocket socket, SSLEngine engine, Executor executor) static SslTcpSocketSslTcpSocket.wrapClientSocket(io.activej.reactor.nio.NioReactor reactor, ITcpSocket socket, String host, int port, SSLContext sslContext, Executor executor) static SslTcpSocketSslTcpSocket.wrapClientSocket(io.activej.reactor.nio.NioReactor reactor, ITcpSocket socket, SSLContext sslContext, Executor executor) static SslTcpSocketSslTcpSocket.wrapServerSocket(io.activej.reactor.nio.NioReactor reactor, ITcpSocket socket, SSLContext sslContext, Executor executor)