I - The type of objects received as content from a request to this server.O - The type of objects written as content from a response from this server.II - The type of objects received as content from a request to this server after applying this
interceptor.OO - The type of objects written as content from a response from this server after applying this
interceptor.public static interface HttpServerInterceptorChain.TransformingInterceptor<I,O,II,OO>
| Modifier and Type | Method and Description |
|---|---|
RequestHandler<I,O> |
intercept(RequestHandler<II,OO> handler)
Intercepts and changes the passed
RequestHandler. |
RequestHandler<I,O> intercept(RequestHandler<II,OO> handler)
RequestHandler.handler - Handler to intercept.