Uses of Interface
org.refcodes.web.HttpMethodAccessor
-
-
Uses of HttpMethodAccessor in org.refcodes.web
Subinterfaces of HttpMethodAccessor in org.refcodes.web Modifier and Type Interface Description static interfaceHttpMethodAccessor.HttpMethodPropertyProvides a HTTP-Method property.interfaceHttpRequestDefines a HTTP-Request, being theHttpMethod, the Header-Fields and the locator representing, though without the request body.interfaceHttpRequestBuilder<B extends HttpRequestBuilder<B>>The Interface HttpRequestBuilder.Classes in org.refcodes.web that implement HttpMethodAccessor Modifier and Type Class Description classAbstractHttpRequestImplementation of theHttpRequestinterface.classBasicAuthRequestDefines aBasicAuthRequestdescribes a Baisc-Auth request as of HTTP.classHttpClientRequestDefines aHttpClientRequestbeing the request as produced by the client.classHttpServerRequestDefines aHttpServerRequestbeing the request as consumed by the server.
-