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.