Package | Description |
---|---|
bayou.http |
Http server.
|
bayou.tcp |
Non-blocking TCP server.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectTunnel
A TcpTunnel using HTTP CONNECT method.
|
Modifier and Type | Method and Description |
---|---|
TcpTunnel[] |
HttpClientConf.get_tunnels() |
Modifier and Type | Method and Description |
---|---|
HttpClientConf |
HttpClientConf.tunnels(TcpTunnel... tunnels)
Tcp tunnels for every HTTP connection.
|
Modifier and Type | Class and Description |
---|---|
class |
Socks5Tunnel
A TcpTunnel using SOCKS5 protocol.
|