R
- Type of objects read from the connection handled by this interceptor.W
- Type of objects written to the connection handled by this interceptor.public interface Interceptor<W,R>
Modifier and Type | Method and Description |
---|---|
io.reactivex.netty.client.ConnectionProvider<W,R> |
intercept(io.reactivex.netty.client.ConnectionProvider<W,R> provider)
Intercepts and optionally changes the passed
ConnectionProvider . |