Uses of Interface
org.refcodes.web.HeaderFieldsAccessor
-
-
Uses of HeaderFieldsAccessor in org.refcodes.web
Subinterfaces of HeaderFieldsAccessor in org.refcodes.web Modifier and Type Interface Description static interfaceHeaderFieldsAccessor.HeaderFieldsProperty<T extends HeaderFields<?,?>>Provides an Header-Fields property.interfaceHttpClientRequestDefines aHttpClientRequestbeing the request as produced by the client.static interfaceHttpClientRequest.HttpClientRequestBuilderBuilder for theHttpClientRequestinterface.interfaceHttpClientResponseDefines aHttpClientResponsebeing the response as consumed by the client.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.interfaceHttpResponseDefines aHttpResponsebeing the response Header-Fields and the response body.interfaceHttpResponseBuilder<B>The Interface HttpResponseBuilder.interfaceHttpServerRequestDefines aHttpServerRequestbeing the request as consumed by the server.interfaceHttpServerResponseDefines aHttpServerResponseas produced by the server.Classes in org.refcodes.web that implement HeaderFieldsAccessor Modifier and Type Class Description classHttpClientRequestImplImplementation of theHttpClientRequestinterface.classHttpClientResponseImplImplementation of theHttpClientResponseinterface.classHttpRequestImplImplementation of theHttpRequestinterface.classHttpResponseImplImplementation of theHttpResponseinterface.classHttpServerRequestImplThe Class HttpServerRequestImpl.classHttpServerResponseImplImplementation of theHttpResponseinterface.
-