Uses of Interface
org.refcodes.web.PreHttpInterceptor
-
Uses of PreHttpInterceptor in org.refcodes.web
Classes in org.refcodes.web with type parameters of type PreHttpInterceptorModifier and TypeInterfaceDescriptioninterfacePreHttpInterceptable<I extends PreHttpInterceptor<?,?>> ThePreHttpInterceptableprovides base functionality for working withPreHttpInterceptorinstances.Subinterfaces of PreHttpInterceptor in org.refcodes.webModifier and TypeInterfaceDescriptioninterfaceAnHttpClientInterceptordefinition for pre- as well as post-processingHttpClientRequestas well asHttpClientResponseinstances.interfaceHttpInterceptor<REQ extends HttpRequest,RES extends HttpResponse> AnHttpInterceptordefinition for pre- as well as post-processingHttpRequestas well asHttpResponseinstances.interfaceAnHttpServerInterceptordefinition for pre- as well as post-processingHttpServerRequestas well asHttpServerResponseinstances.interfaceAnPreHttpClientInterceptordefinition for pre-processingHttpClientRequestas well asHttpClientResponseinstances.interfaceAnPreHttpServerInterceptordefinition for pre-processingHttpServerRequestas well asHttpServerResponseinstances.