| Interface | Description |
|---|---|
| ChannelProvider | |
| ChannelProviderFactory | |
| ConnectionProvider<W,R> |
A contract to control how connections are established from a client.
|
| ConnectionProviderFactory<W,R> |
| Class | Description |
|---|---|
| ClientConnectionToChannelBridge<R,W> |
An implementation of
AbstractConnectionToChannelBridge for clients. |
| ClientConnectionToChannelBridge.ConnectionReuseEvent<I,O> |
An event to indicate channel/
Connection reuse. |
| ClientConnectionToChannelBridge.PooledConnectionReleaseEvent |
An event to indicate release of a
PooledConnection. |
| ClientState<W,R> |
A collection of state that a client holds.
|
| ClientState.TailHandlerFactory | |
| ConnectionRequest<W,R> |
A connection request that is used to create connections for different protocols.
|
| Host | |
| HostConnector<W,R> |