Uses of Interface
org.refcodes.web.UrlAccessor
-
-
Uses of UrlAccessor in org.refcodes.web
Subinterfaces of UrlAccessor in org.refcodes.web Modifier and Type Interface Description 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.static interfaceUrlAccessor.UrlPropertyProvides aUrlproperty.Classes in org.refcodes.web that implement UrlAccessor 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.classHttpClientResponseDefines aHttpClientResponsebeing the response as consumed by the client.classHttpServerRequestDefines aHttpServerRequestbeing the request as consumed by the server.
-