See: Description
Interface | Description |
---|---|
ProxyProvider.AddressSpec | |
ProxyProvider.Builder | |
ProxyProvider.TypeSpec | |
SslProvider.Builder | |
SslProvider.DefaultConfigurationSpec | |
SslProvider.SslContextSpec |
Class | Description |
---|---|
InetSocketAddressUtil |
Internal class that creates unresolved or resolved InetSocketAddress instances
Numeric IPv4 and IPv6 addresses will be detected and parsed by using Netty's
NetUtil.createByteArrayFromIpAddressString(java.lang.String) utility method and the
InetSocketAddress instances will created in a way that these instances are resolved
initially. |
ProxyProvider |
Proxy configuration
|
SslProvider |
SSL Provider
|
TcpClient |
A TcpClient allows to build in a safe immutable way a TCP client that
is materialized and connecting when
TcpClient.connect(Bootstrap) is ultimately called. |
TcpResources |
Hold the default Tcp resources
|
TcpServer |
A TcpServer allows to build in a safe immutable way a TCP server that is materialized
and connecting when
TcpServer.bind(ServerBootstrap) is ultimately called. |
Enum | Description |
---|---|
ProxyProvider.Proxy |
Proxy Type
|
SslProvider.DefaultConfigurationType |
Default configuration that will be applied to the provided
SslContextBuilder |