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.public static interface HttpServerInterceptorChain.Interceptor<I,O>
| Modifier and Type | Method and Description |
|---|---|
RequestHandler<I,O> |
intercept(RequestHandler<I,O> handler)
Intercepts and optionally changes the passed
RequestHandler. |
RequestHandler<I,O> intercept(RequestHandler<I,O> handler)
RequestHandler.handler - Handler to intercept.