Uses of Interface
org.apache.hc.core5.http.HttpMessage
Packages that use HttpMessage
Package
Description
Core HTTP transport component APIs.
Default implementations of core HTTP APIs.
Default implementation of HTTP/1.1 transport based on the classic
(blocking) I/O model.
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
Core HTTP message components, message element parser
and writer APIs and their default implementations.
-
Uses of HttpMessage in org.apache.hc.core5.http
Classes in org.apache.hc.core5.http with type parameters of type HttpMessageModifier and TypeInterfaceDescriptioninterfaceHandlerResolver<T extends HttpMessage,H> Represents a generic request / response message exchange.interfaceValidator<H extends HttpMessage>Represents a generic request / response message exchange.Subinterfaces of HttpMessage in org.apache.hc.core5.httpModifier and TypeInterfaceDescriptioninterface'Classic'HttpRequestmessage that can encloseHttpEntity.interface'Classic'HttpResponsemessage that can encloseHttpEntity.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.Methods in org.apache.hc.core5.http with parameters of type HttpMessageModifier and TypeMethodDescriptionlongContentLengthStrategy.determineLength(HttpMessage message) Returns length of the given message in bytes. -
Uses of HttpMessage in org.apache.hc.core5.http.impl
Methods in org.apache.hc.core5.http.impl with parameters of type HttpMessageModifier and TypeMethodDescriptionlongDefaultContentLengthStrategy.determineLength(HttpMessage message) -
Uses of HttpMessage in org.apache.hc.core5.http.impl.io
Classes in org.apache.hc.core5.http.impl.io with type parameters of type HttpMessageModifier and TypeClassDescriptionclassAbstractMessageParser<T extends HttpMessage>Abstract base class for HTTP message parsers that obtain input from an instance ofSessionInputBuffer.classAbstractMessageWriter<T extends HttpMessage>Abstract base class for HTTP message writers that serialize output to an instance ofSessionOutputBuffer. -
Uses of HttpMessage in org.apache.hc.core5.http.impl.io.support
Constructors in org.apache.hc.core5.http.impl.io.support with parameters of type HttpMessageModifierConstructorDescriptionIncomingHttpEntity(InputStream content, long len, HttpMessage message) -
Uses of HttpMessage in org.apache.hc.core5.http.impl.nio
Classes in org.apache.hc.core5.http.impl.nio with type parameters of type HttpMessageModifier and TypeClassDescriptionclassAbstractMessageParser<T extends HttpMessage>AbstractNHttpMessageParserthat serves as a base for all message parser implementations.classAbstractMessageWriter<T extends HttpMessage>AbstractNHttpMessageWriterthat serves as a base for all message writer implementations. -
Uses of HttpMessage in org.apache.hc.core5.http.message
Classes in org.apache.hc.core5.http.message with type parameters of type HttpMessageModifier and TypeClassDescriptionclassAbstractMessageWrapper<T extends HttpMessage>AbstractHttpMessagewrapper.Classes in org.apache.hc.core5.http.message that implement HttpMessageModifier and TypeClassDescriptionclassAbstractMessageWrapper<T extends HttpMessage>AbstractHttpMessagewrapper.classBasic implementation ofClassicHttpRequest.classBasic implementation ofClassicHttpResponse.classBasic implementation ofHttpRequest.classBasic implementation ofHttpResponse.classWraps anHttpRequest.classWraps anHttpResponse.Methods in org.apache.hc.core5.http.message with parameters of type HttpMessageModifier and TypeMethodDescriptionstatic voidMessageSupport.addContentEncodingHeader(HttpMessage message, EntityDetails entity) static voidMessageSupport.addContentTypeHeader(HttpMessage message, EntityDetails entity) static voidMessageSupport.addTrailerHeader(HttpMessage message, EntityDetails entity) -
Uses of HttpMessage in org.apache.hc.core5.http.support
Methods in org.apache.hc.core5.http.support with parameters of type HttpMessageModifier and TypeMethodDescriptionprotected voidAbstractMessageBuilder.digest(HttpMessage message)