static AsyncSslSocket |
AsyncSslSocket.create(Eventloop eventloop,
AsyncTcpSocket asyncTcpSocket,
SSLEngine engine,
Executor executor) |
protected AsyncTcpSocket.EventHandler |
PrimaryServer.createSocketHandler(AsyncTcpSocket asyncTcpSocket) |
protected abstract AsyncTcpSocket.EventHandler |
AbstractServer.createSocketHandler(AsyncTcpSocket asyncTcpSocket) |
protected AsyncTcpSocket.EventHandler |
SimpleServer.createSocketHandler(AsyncTcpSocket asyncTcpSocket) |
AsyncTcpSocket.EventHandler |
SimpleServer.SocketHandlerProvider.createSocketHandler(AsyncTcpSocket socket) |
static AsyncSslSocket |
AsyncSslSocket.wrapClientSocket(Eventloop eventloop,
AsyncTcpSocket asyncTcpSocket,
SSLContext sslContext,
Executor executor) |
static AsyncSslSocket |
AsyncSslSocket.wrapClientSocket(Eventloop eventloop,
AsyncTcpSocket asyncTcpSocket,
String host,
int port,
SSLContext sslContext,
Executor executor) |
static AsyncSslSocket |
AsyncSslSocket.wrapServerSocket(Eventloop eventloop,
AsyncTcpSocket asyncTcpSocket,
SSLContext sslContext,
Executor executor) |
static AsyncSslSocket |
AsyncSslSocket.wrapSocket(Eventloop eventloop,
AsyncTcpSocket asyncTcpSocket,
SSLEngine engine,
Executor executor) |