R - Type of objects read from the connection before applying this interceptor.W - Type of objects written to the connection before applying this interceptor.RR - Type of objects read from the connection after applying this interceptor.WW - Type of objects written to the connection after applying this interceptor.public interface TransformingInterceptor<W,R,WW,RR>
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.netty.client.ConnectionProvider<WW,RR> |
intercept(io.reactivex.netty.client.ConnectionProvider<W,R> provider)
Intercepts and changes the passed
ConnectionProvider. |