Uses of Interface
org.apache.http.HttpMessage
Packages that use HttpMessage
Package
Description
Core HTTP component APIs and primitives.
Core HTTP entity implementations.
Default implementations of HTTP connections for synchronous,
blocking communication.
Default implementations of entity content strategies.
Default implementations of message parses and writers
for synchronous, blocking communication.
Default implementations of HTTP connections for asynchronous,
even driven communication.
Default implementations of message parses and writers
for asynchronous, even driven communication.
HTTP message parser and writer APIs for synchronous, blocking
communication.
Core HTTP message components, message element parser
and writer APIs and their default implementations.
Core HTTP component APIs and primitives for asynchronous, event
driven communication.
-
Uses of HttpMessage in org.apache.http
Subinterfaces of HttpMessage in org.apache.httpModifier and TypeInterfaceDescriptioninterfaceA request with an entity.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. -
Uses of HttpMessage in org.apache.http.entity
Methods in org.apache.http.entity with parameters of type HttpMessageModifier and TypeMethodDescriptionlongContentLengthStrategy.determineLength(HttpMessage message) Returns length of the given message in bytes. -
Uses of HttpMessage in org.apache.http.impl
Methods in org.apache.http.impl with parameters of type HttpMessageModifier and TypeMethodDescriptionprotected HttpEntityBHttpConnectionBase.prepareInput(HttpMessage message) protected OutputStreamBHttpConnectionBase.prepareOutput(HttpMessage message) -
Uses of HttpMessage in org.apache.http.impl.entity
Methods in org.apache.http.impl.entity with parameters of type HttpMessageModifier and TypeMethodDescriptionEntityDeserializer.deserialize(SessionInputBuffer inBuffer, HttpMessage message) Deprecated.Creates anHttpEntitybased on properties of the given message.longDisallowIdentityContentLengthStrategy.determineLength(HttpMessage message) longLaxContentLengthStrategy.determineLength(HttpMessage message) longStrictContentLengthStrategy.determineLength(HttpMessage message) protected BasicHttpEntityEntityDeserializer.doDeserialize(SessionInputBuffer inBuffer, HttpMessage message) Deprecated.Creates aBasicHttpEntitybased on properties of the given message.protected OutputStreamEntitySerializer.doSerialize(SessionOutputBuffer outbuffer, HttpMessage message) Deprecated.Creates a transfer codec based on properties of the given HTTP message and returnsOutputStreaminstance that transparently encodes output data as it is being written out to the output stream.voidEntitySerializer.serialize(SessionOutputBuffer outbuffer, HttpMessage message, HttpEntity entity) Deprecated.Writes out the content of the given HTTP entity to the session output buffer based on properties of the given HTTP message. -
Uses of HttpMessage in org.apache.http.impl.io
Classes in org.apache.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.Fields in org.apache.http.impl.io declared as HttpMessageMethods in org.apache.http.impl.io that return HttpMessageModifier and TypeMethodDescriptionprotected HttpMessageHttpRequestParser.parseHead(SessionInputBuffer sessionBuffer) Deprecated.protected HttpMessageHttpResponseParser.parseHead(SessionInputBuffer sessionBuffer) Deprecated. -
Uses of HttpMessage in org.apache.http.impl.nio
Methods in org.apache.http.impl.nio with parameters of type HttpMessageModifier and TypeMethodDescriptionprotected HttpEntityNHttpConnectionBase.prepareDecoder(HttpMessage message) Initializes a specificContentDecoderimplementation based on the properties of the givenHttpMessageand generates an instance ofHttpEntitymatching the properties of the content decoder.protected voidNHttpConnectionBase.prepareEncoder(HttpMessage message) Initializes a specificContentEncoderimplementation based on the properties of the givenHttpMessage. -
Uses of HttpMessage in org.apache.http.impl.nio.codecs
Classes in org.apache.http.impl.nio.codecs 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.Fields in org.apache.http.impl.nio.codecs declared as HttpMessageMethods in org.apache.http.impl.nio.codecs that return HttpMessageModifier and TypeMethodDescriptionprotected HttpMessageHttpRequestParser.createMessage(CharArrayBuffer buffer) Deprecated.protected HttpMessageHttpResponseParser.createMessage(CharArrayBuffer buffer) Deprecated.Methods in org.apache.http.impl.nio.codecs with parameters of type HttpMessageModifier and TypeMethodDescriptionprotected voidHttpRequestWriter.writeHeadLine(HttpMessage message) Deprecated.protected voidHttpResponseWriter.writeHeadLine(HttpMessage message) Deprecated. -
Uses of HttpMessage in org.apache.http.io
Classes in org.apache.http.io with type parameters of type HttpMessageModifier and TypeInterfaceDescriptioninterfaceHttpMessageParser<T extends HttpMessage>Abstract message parser intended to build HTTP messages from an arbitrary data source.interfaceHttpMessageParserFactory<T extends HttpMessage>Factory forHttpMessageParserinstances.interfaceHttpMessageWriter<T extends HttpMessage>Abstract message writer intended to serialize HTTP messages to an arbitrary data sink.interfaceHttpMessageWriterFactory<T extends HttpMessage>Factory forHttpMessageWriterinstances. -
Uses of HttpMessage in org.apache.http.message
Classes in org.apache.http.message that implement HttpMessageModifier and TypeClassDescriptionclassBasic implementation ofHttpMessage.classBasic implementation ofHttpEntityEnclosingRequest.classBasic implementation ofHttpRequest.classBasic implementation ofHttpResponse. -
Uses of HttpMessage in org.apache.http.nio
Classes in org.apache.http.nio with type parameters of type HttpMessageModifier and TypeInterfaceDescriptioninterfaceNHttpMessageParser<T extends HttpMessage>Abstract HTTP message parser for non-blocking connections.interfaceNHttpMessageParserFactory<T extends HttpMessage>Factory forNHttpMessageParserinstances.interfaceNHttpMessageWriter<T extends HttpMessage>Abstract HTTP message writer for non-blocking connections.interfaceNHttpMessageWriterFactory<T extends HttpMessage>Factory forNHttpMessageWriterinstances.