Uses of Interface
org.refcodes.web.HeaderFieldsAccessor
-
Uses of HeaderFieldsAccessor in org.refcodes.web
Subinterfaces of HeaderFieldsAccessor in org.refcodes.webModifier and TypeInterfaceDescriptionstatic interfaceHeaderFieldsAccessor.HeaderFieldsProperty<T extends HeaderFields<?,?>> Provides an Header-Fields property.interfaceDefines 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.interfaceDefines aHttpResponsebeing the response Header-Fields and the response body.interfaceThe Interface HttpResponseBuilder.Classes in org.refcodes.web that implement HeaderFieldsAccessorModifier and TypeClassDescriptionclassImplementation of theHttpRequestinterface.classImplementation of theHttpResponseinterface.classDefines aHttpClientRequestbeing the request as produced by the client.classDefines aHttpClientResponsebeing the response as consumed by the client.classDefines aHttpServerRequestbeing the request as consumed by the server.classDefines aHttpServerResponseas produced by the server.