Uses of Interface
org.refcodes.web.HttpInterceptor
-
Uses of HttpInterceptor in org.refcodes.web
Classes in org.refcodes.web with type parameters of type HttpInterceptorModifier and TypeInterfaceDescriptioninterfaceHttpInterceptable<I extends HttpInterceptor<?,?>> TheHttpInterceptableprovides base functionality for working withHttpInterceptorinstances using thePreHttpInterceptableas well as thePostHttpInterceptabledefinitions.Subinterfaces of HttpInterceptor in org.refcodes.webModifier and TypeInterfaceDescriptioninterfaceAnHttpClientInterceptordefinition for pre- as well as post-processingHttpClientRequestas well asHttpClientResponseinstances.interfaceAnHttpServerInterceptordefinition for pre- as well as post-processingHttpServerRequestas well asHttpServerResponseinstances.