Uses of Interface
org.refcodes.web.PreHttpInterceptable
-
Uses of PreHttpInterceptable in org.refcodes.web
Subinterfaces of PreHttpInterceptable 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.interfaceThePreHttpClientInterceptabledefines aPreHttpInterceptablefor thePreHttpClientInterceptortype.interfaceThePreHttpServerInterceptabledefines aPreHttpInterceptablefor thePreHttpServerInterceptortype.