Uses of Interface
org.refcodes.net.HttpMethodAccessor
-
-
Uses of HttpMethodAccessor in org.refcodes.net
Subinterfaces of HttpMethodAccessor in org.refcodes.net Modifier and Type Interface Description interfaceBasicAuthRequestDefines aBasicAuthRequestdescribes a Baisc-Auth request as of HTTP.interfaceHttpClientRequestDefines aHttpClientRequestbeing the request as produced by the client.static interfaceHttpClientRequest.HttpClientRequestBuilderBuilder for theHttpClientRequestinterface.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.interfaceHttpServerRequestDefines aHttpServerRequestbeing the request as consumed by the server.Classes in org.refcodes.net that implement HttpMethodAccessor Modifier and Type Class Description classBasicAuthRequestImplTheBasicAuthRequestImplclass implements theBasicAuthRequesttype.classHttpClientRequestImplImplementation of theHttpClientRequestinterface.classHttpRequestImplImplementation of theHttpRequestinterface.classHttpServerRequestImplThe Class HttpServerRequestImpl.
-