Uses of Interface
org.apache.hc.core5.http.MessageHeaders
-
Packages that use MessageHeaders Package Description org.apache.hc.core5.http Core HTTP transport component APIs.org.apache.hc.core5.http.impl Default implementations of core HTTP APIs.org.apache.hc.core5.http.io Core HTTP transport APIs based on the classic (blocking) I/O model.org.apache.hc.core5.http.message Core HTTP message components, message element parser and writer APIs and their default implementations.org.apache.hc.core5.http.nio 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 MessageHeaders Modifier and Type Class Description classMessage<H extends MessageHeaders,B>Generic message consisting of a message head and a message body.Subinterfaces of MessageHeaders in org.apache.hc.core5.http Modifier and Type Interface Description interfaceClassicHttpRequest'Classic'HttpRequestmessage that can encloseHttpEntity.interfaceClassicHttpResponse'Classic'HttpResponsemessage that can encloseHttpEntity.interfaceHttpMessageHTTP messages consist of requests from client to server and responses from server to client.interfaceHttpRequestA 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.interfaceHttpResponseAfter receiving and interpreting a request message, a server responds with an HTTP response message.Fields in org.apache.hc.core5.http declared as MessageHeaders Modifier and Type Field Description private HMessage. head -
Uses of MessageHeaders in org.apache.hc.core5.http.impl
Fields in org.apache.hc.core5.http.impl declared as MessageHeaders Modifier and Type Field Description private MessageHeadersIncomingEntityDetails. messageConstructors in org.apache.hc.core5.http.impl with parameters of type MessageHeaders Constructor Description IncomingEntityDetails(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 MessageHeaders Modifier and Type Interface Description interfaceHttpMessageParser<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 MessageHeaders Modifier and Type Class Description classAbstractMessageWrapper<T extends HttpMessage>AbstractHttpMessagewrapper.classBasicClassicHttpRequestBasic implementation ofClassicHttpRequest.classBasicClassicHttpResponseBasic implementation ofClassicHttpResponse.classBasicHttpRequestBasic implementation ofHttpRequest.classBasicHttpResponseBasic implementation ofHttpResponse.classHeaderGroupA class for combining a set of headers.classHttpRequestWrapperWraps anHttpRequest.classHttpResponseWrapperWraps anHttpResponse.Methods in org.apache.hc.core5.http.message with parameters of type MessageHeaders Modifier and Type Method Description static java.util.Iterator<HeaderElement>MessageSupport. iterate(MessageHeaders headers, java.lang.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 MessageHeaders Modifier and Type Interface Description interfaceNHttpMessageParser<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.
-