Uses of Interface
org.refcodes.web.PostHttpInterceptor
-
Uses of PostHttpInterceptor in org.refcodes.web
Classes in org.refcodes.web with type parameters of type PostHttpInterceptorModifier and TypeInterfaceDescriptioninterfacePostHttpInterceptable<I extends PostHttpInterceptor<?,?>> ThePostHttpInterceptableprovides base functionality for working withPostHttpInterceptorinstances.Subinterfaces of PostHttpInterceptor 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.interfaceAnPostHttpClientInterceptordefinition for post-processingHttpClientRequestas well asHttpClientResponseinstances.interfaceAnPostHttpServerInterceptordefinition for post-processingHttpServerRequestas well asHttpServerResponseinstances.