Uses of Interface
org.refcodes.web.PreHttpInterceptor
-
Uses of PreHttpInterceptor in org.refcodes.web
Modifier and TypeInterfaceDescriptioninterface
PreHttpInterceptable<I extends PreHttpInterceptor<?,
?>> ThePreHttpInterceptable
provides base functionality for working withPreHttpInterceptor
instances.Modifier and TypeInterfaceDescriptioninterface
AnHttpClientInterceptor
definition for pre- as well as post-processingHttpClientRequest
as well asHttpClientResponse
instances.interface
HttpInterceptor<REQ extends HttpRequest,
RES extends HttpResponse> AnHttpInterceptor
definition for pre- as well as post-processingHttpRequest
as well asHttpResponse
instances.interface
AnHttpServerInterceptor
definition for pre- as well as post-processingHttpServerRequest
as well asHttpServerResponse
instances.interface
AnPreHttpClientInterceptor
definition for pre-processingHttpClientRequest
as well asHttpClientResponse
instances.interface
AnPreHttpServerInterceptor
definition for pre-processingHttpServerRequest
as well asHttpServerResponse
instances.