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 classMessage<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'HttpRequestmessage that can encloseHttpEntity.interface'Classic'HttpResponsemessage that can encloseHttpEntity.interfaceHTTP messages consist of requests from client to server and responses from server to client.interfaceA 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.interfaceAfter 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 TypeInterfaceDescriptioninterfaceHttpMessageParser<T extends MessageHeaders>Message parser intended to build HTTP message head from an input stream.interfaceHttpMessageParserFactory<T extends MessageHeaders>Factory forHttpMessageParserinstances.interfaceHttpMessageWriter<T extends MessageHeaders>Message writer intended to serialize HTTP message head to an output stream.interfaceHttpMessageWriterFactory<T extends MessageHeaders>Factory forHttpMessageWriterinstances. -
Uses of MessageHeaders in org.apache.hc.core5.http.message
Classes in org.apache.hc.core5.http.message that implement MessageHeadersModifier and TypeClassDescriptionclassAbstractMessageWrapper<T extends HttpMessage>AbstractHttpMessagewrapper.classBasic implementation ofClassicHttpRequest.classBasic implementation ofClassicHttpResponse.classBasic implementation ofHttpRequest.classBasic implementation ofHttpResponse.classA class for combining a set of headers.classWraps anHttpRequest.classWraps 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 TypeInterfaceDescriptioninterfaceNHttpMessageParser<T extends MessageHeaders>Message parser intended to build HTTP message head from a session input buffer..interfaceNHttpMessageParserFactory<T extends MessageHeaders>Factory forNHttpMessageParserinstances.interfaceNHttpMessageWriter<T extends MessageHeaders>Message writer intended to serialize HTTP message head to a session buffer.interfaceNHttpMessageWriterFactory<T extends MessageHeaders>Factory forNHttpMessageWriterinstances.