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.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.Classes in org.refcodes.web that implement HeaderFieldsAccessor Modifier and Type Class Description classAbstractHttpRequestImplementation of theHttpRequestinterface.classAbstractHttpResponseImplementation of theHttpResponseinterface.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.classHttpServerResponseDefines aHttpServerResponseas produced by the server.
-