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 static interface TcpServerInterceptorChain.TransformingInterceptor<R,W,RR,WW>
Modifier and Type | Method and Description |
---|---|
ConnectionHandler<R,W> |
intercept(ConnectionHandler<RR,WW> handler)
Intercepts and changes the passed
ConnectionHandler . |
ConnectionHandler<R,W> intercept(ConnectionHandler<RR,WW> handler)
ConnectionHandler
.handler
- Handler to intercept.