Module org.refcodes.web
Package org.refcodes.web
Interface HttpInterceptor<REQ extends HttpRequest,RES extends HttpResponse>
- All Superinterfaces:
PostHttpInterceptor<REQ,,RES> PreHttpInterceptor<REQ,RES>
- All Known Subinterfaces:
HttpClientInterceptor,HttpServerInterceptor
public interface HttpInterceptor<REQ extends HttpRequest,RES extends HttpResponse>
extends PreHttpInterceptor<REQ,RES>, PostHttpInterceptor<REQ,RES>
An
HttpInterceptor definition for pre- as well as post-processing
HttpRequest as well as HttpResponse instances.-
Method Summary
Methods inherited from interface org.refcodes.web.PostHttpInterceptor
postInterceptMethods inherited from interface org.refcodes.web.PreHttpInterceptor
preIntercept