Interface HttpServerInterceptor
- All Superinterfaces:
HttpInterceptor<HttpServerRequest, HttpServerResponse>, PostHttpInterceptor<HttpServerRequest, HttpServerResponse>, PostHttpServerInterceptor, PreHttpInterceptor<HttpServerRequest, HttpServerResponse>, PreHttpServerInterceptor
public interface HttpServerInterceptor
extends PreHttpServerInterceptor, PostHttpServerInterceptor, HttpInterceptor<HttpServerRequest, HttpServerResponse>
An
HttpServerInterceptor definition for pre- as well as
post-processing HttpServerRequest as well as
HttpServerResponse instances.-
Method Summary
Methods inherited from interface PostHttpServerInterceptor
postInterceptMethods inherited from interface PreHttpServerInterceptor
preIntercept