public abstract class InterceptingTcpClient<W,R> extends java.lang.Object implements io.reactivex.netty.events.EventSource<TcpClientEventListener>
Constructor and Description |
---|
InterceptingTcpClient() |
Modifier and Type | Method and Description |
---|---|
abstract io.reactivex.netty.client.ConnectionRequest<W,R> |
createConnectionRequest()
Creates a new
ConnectionRequest which should be subscribed to actually connect to the target server. |
abstract TcpClientInterceptorChain<W,R> |
intercept()
Starts the process of adding interceptors to this client.
|
public abstract io.reactivex.netty.client.ConnectionRequest<W,R> createConnectionRequest()
ConnectionRequest
which should be subscribed to actually connect to the target server.ConnectionRequest
which either can be subscribed directly or altered in various ways
before subscription.public abstract TcpClientInterceptorChain<W,R> intercept()