Uses of Interface
org.refcodes.web.HttpRequest
-
Uses of HttpRequest in org.refcodes.web
Classes in org.refcodes.web with type parameters of type HttpRequestModifier and TypeInterfaceDescriptioninterfaceHttpInterceptor<REQ extends HttpRequest,RES extends HttpResponse> AnHttpInterceptordefinition for pre- as well as post-processingHttpRequestas well asHttpResponseinstances.interfacePostHttpInterceptor<REQ extends HttpRequest,RES extends HttpResponse> AnPostHttpInterceptordefinition for post-processingHttpRequestas well asHttpResponseinstances.interfacePreHttpInterceptor<REQ extends HttpRequest,RES extends HttpResponse> Subinterfaces of HttpRequest in org.refcodes.webModifier and TypeInterfaceDescriptioninterfaceHttpRequestBuilder<B extends HttpRequestBuilder<B>>The Interface HttpRequestBuilder.Classes in org.refcodes.web that implement HttpRequestModifier and TypeClassDescriptionclassImplementation of theHttpRequestinterface.classDefines aHttpClientRequestbeing the request as produced by the client.classDefines aHttpServerRequestbeing the request as consumed by the server.