Uses of Interface
org.apache.hc.core5.http.MessageHeaders
Packages that use MessageHeaders
Package
Description
Core HTTP transport component APIs.
Default implementations of core HTTP APIs.
Core HTTP transport APIs based on the classic (blocking) I/O model.
Core HTTP message components, message element parser
and writer APIs and their default implementations.
Core HTTP transport APIs based on the asynchronous, event driven I/O model.
-
Uses of MessageHeaders in org.apache.hc.core5.http
Classes in org.apache.hc.core5.http with type parameters of type MessageHeadersModifier and TypeClassDescriptionfinal class
Message<H extends MessageHeaders,
B> Generic message consisting of a message head and a message body.Subinterfaces of MessageHeaders in org.apache.hc.core5.httpModifier and TypeInterfaceDescriptioninterface
'Classic'HttpRequest
message that can encloseHttpEntity
.interface
'Classic'HttpResponse
message that can encloseHttpEntity
.interface
HTTP messages consist of requests from client to server and responses from server to client.interface
A request message from a client to a server includes, within the first line of that message, the method to be applied to the resource, the identifier of the resource, and the protocol version in use.interface
After receiving and interpreting a request message, a server responds with an HTTP response message.Fields in org.apache.hc.core5.http declared as MessageHeaders -
Uses of MessageHeaders in org.apache.hc.core5.http.impl
Fields in org.apache.hc.core5.http.impl declared as MessageHeadersConstructors in org.apache.hc.core5.http.impl with parameters of type MessageHeadersModifierConstructorDescriptionIncomingEntityDetails
(MessageHeaders message) IncomingEntityDetails
(MessageHeaders message, long contentLength) -
Uses of MessageHeaders in org.apache.hc.core5.http.io
Classes in org.apache.hc.core5.http.io with type parameters of type MessageHeadersModifier and TypeInterfaceDescriptioninterface
HttpMessageParser<T extends MessageHeaders>
Message parser intended to build HTTP message head from an input stream.interface
HttpMessageParserFactory<T extends MessageHeaders>
Factory forHttpMessageParser
instances.interface
HttpMessageWriter<T extends MessageHeaders>
Message writer intended to serialize HTTP message head to an output stream.interface
HttpMessageWriterFactory<T extends MessageHeaders>
Factory forHttpMessageWriter
instances. -
Uses of MessageHeaders in org.apache.hc.core5.http.message
Classes in org.apache.hc.core5.http.message that implement MessageHeadersModifier and TypeClassDescriptionclass
AbstractMessageWrapper<T extends HttpMessage>
AbstractHttpMessage
wrapper.class
Basic implementation ofClassicHttpRequest
.class
Basic implementation ofClassicHttpResponse
.class
Basic implementation ofHttpRequest
.class
Basic implementation ofHttpResponse
.class
A class for combining a set of headers.class
Wraps anHttpRequest
.class
Wraps anHttpResponse
.Methods in org.apache.hc.core5.http.message with parameters of type MessageHeadersModifier and TypeMethodDescriptionstatic Iterator
<HeaderElement> MessageSupport.iterate
(MessageHeaders headers, String name) -
Uses of MessageHeaders in org.apache.hc.core5.http.nio
Classes in org.apache.hc.core5.http.nio with type parameters of type MessageHeadersModifier and TypeInterfaceDescriptioninterface
NHttpMessageParser<T extends MessageHeaders>
Message parser intended to build HTTP message head from a session input buffer..interface
NHttpMessageParserFactory<T extends MessageHeaders>
Factory forNHttpMessageParser
instances.interface
NHttpMessageWriter<T extends MessageHeaders>
Message writer intended to serialize HTTP message head to a session buffer.interface
NHttpMessageWriterFactory<T extends MessageHeaders>
Factory forNHttpMessageWriter
instances.