Uses of Interface
org.refcodes.web.PostHttpInterceptable
-
Uses of PostHttpInterceptable in org.refcodes.web
Subinterfaces of PostHttpInterceptable in org.refcodes.webModifier and TypeInterfaceDescriptioninterfaceTheHttpClientInterceptableprovides base functionality for working withHttpClientInterceptorinstances using thePreHttpClientInterceptableas well as thePostHttpClientInterceptabledefinitions.interfaceHttpInterceptable<I extends HttpInterceptor<?,?>> TheHttpInterceptableprovides base functionality for working withHttpInterceptorinstances using thePreHttpInterceptableas well as thePostHttpInterceptabledefinitions.interfaceTheHttpServerInterceptableprovides base functionality for working withHttpServerInterceptorinstances using thePreHttpServerInterceptableas well as thePostHttpServerInterceptabledefinitions.interfaceThePostHttpClientInterceptabledefines aPostHttpInterceptablefor thePostHttpClientInterceptortype.interfaceThePostHttpServerInterceptabledefines aPostHttpInterceptablefor thePostHttpServerInterceptortype.