Package | Description |
---|---|
bayou.http |
Http server.
|
bayou.tcp |
Non-blocking TCP server.
|
Modifier and Type | Method and Description |
---|---|
Function<TcpAddress,Async<UserPass>> |
HttpClientConf.get_userPassSupplier() |
Supplier<Async<UserPass>> |
HttpProxy.userPassSupplier()
The username/password supplier for proxy authentication.
|
Modifier and Type | Method and Description |
---|---|
HttpClientConf |
HttpClientConf.userPassSupplier(Function<TcpAddress,Async<UserPass>> userPassSupplier)
Username/password supplier for server authentications.
|
Constructor and Description |
---|
ConnectTunnel(TcpAddress address,
Supplier<Async<UserPass>> userPassSupplier)
Create an HTTP CONNECT tunnel.
|
HttpProxy(TcpAddress address,
Supplier<Async<UserPass>> userPassSupplier)
Create an HttpProxy.
|
Constructor and Description |
---|
Socks5Tunnel(TcpAddress address,
boolean remoteDns,
Supplier<Async<UserPass>> userPassSupplier)
Create a SOCKS5 tunnel.
|