Package org.apache.http.message
package org.apache.http.message
Core HTTP message components, message element parser
and writer APIs and their default implementations.
-
ClassDescriptionBasic implementation of
HttpMessage
.Basic implementation ofHeader
.Basic implementation ofHeaderElement
Basic implementation of aHeaderElementIterator
.Basic implementation of aHeaderIterator
.Basic implementation for formatting header value elements.Basic implementation for parsing header values into elements.Basic implementation ofHttpEntityEnclosingRequest
.Basic implementation ofHttpRequest
.Basic implementation ofHttpResponse
.Interface for formatting elements of the HEAD section of an HTTP message.Basic parser for lines in the head section of an HTTP message.Implementation of aHeaderIterator
based on aList
.Basic implementation ofNameValuePair
.Basic implementation ofRequestLine
.Basic implementation ofStatusLine
Basic implementation of aTokenIterator
.This class represents a raw HTTP header whose content is parsed 'on demand' only when the header value needs to be consumed.A class for combining a set of headers.Interface for formatting elements of a header value.Interface for parsing header values into elements.Interface for formatting elements of the HEAD section of an HTTP message.Interface for parsing lines in the HEAD section of an HTTP message.This class represents a context of a parsing operation: the current position the parsing operation is expected to start at the bounds limiting the scope of the parsing operationLow level parser for header field elements.