| Interface | Description |
|---|---|
| Interceptor<W,R> |
An interceptor that preserves the type of objects read and written to the connection.
|
| TcpClientInterceptorChain<W,R> |
Interceptor chain for
TcpClient, obtained via InterceptingTcpClient.intercept(). |
| TransformingInterceptor<W,R,WW,RR> |
An interceptor that changes the type of objects read and written to the connection.
|
| Class | Description |
|---|---|
| InterceptingTcpClient<W,R> | |
| InterceptingTcpClientImpl<W,R> | |
| TcpClient<W,R> |
A TCP client for creating TCP connections.
|
| TcpClientImpl<W,R> | |
| TcpClientInterceptorChainImpl<W,R> |