| Package | Description | 
|---|---|
| bayou.ssl | 
 SSL support. 
 | 
| bayou.tcp | 
 Non-blocking TCP server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Async<SslConnection> | 
SslChannel2Connection.convert(TcpChannel channel)
Convert a TcpChannel to an SslConnection. 
 | 
Async<TcpConnection> | 
SslChannel2Connection.convert(TcpChannel channel,
       TcpChannel2Connection plainConverter)
Convert a server-side TcpChannel to SslConnection or plain TcpConnection. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
Map<InetSocketAddress,Consumer<TcpChannel>> | 
TcpServer.Conf.handlers
Handlers for each server address. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Async<TcpChannel> | 
TcpClient.connect(String peerHost,
       InetAddress ip,
       int port)
Connect to a remote server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TcpConnection | 
TcpChannel2Connection.convert(TcpChannel channel)
Convert a TcpChannel to a TcpConnection. 
 |