Interface | Description |
---|---|
TcpChannel |
Non-blocking TCP channel.
|
TcpConnection |
Non-blocking TCP connection.
|
TcpTunnel |
A tunnel forwarding data between TCP clients and servers.
|
Class | Description |
---|---|
Socks5Tunnel |
A TcpTunnel using SOCKS5 protocol.
|
TcpAddress |
Address of a TCP service.
|
TcpChannel2Connection |
Convert TcpChannel to TcpConnection.
|
TcpClient |
Non-blocking TCP client.
|
TcpClient.Conf |
Configuration for
TcpClient |
TcpServer |
Non-blocking TCP server.
|
TcpServer.Conf |
Configuration for TcpServer.
|