Package | Description |
---|---|
org.apache.hc.core5.http.impl.io |
Default implementation of HTTP/1.1 transport 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.support |
Class and Description |
---|
LineFormatter
Interface for formatting elements of the HEAD section of an HTTP message.
|
LineParser
Interface for parsing lines in the HEAD section of an HTTP message.
|
Class and Description |
---|
AbstractMessageWrapper
Abstract
HttpMessage wrapper. |
BasicHeaderValueFormatter
Default
HeaderValueFormatter implementation. |
BasicHeaderValueParser
Default
HeaderValueParser implementation. |
BasicHttpRequest
Basic implementation of
HttpRequest . |
BasicHttpResponse
Basic implementation of
HttpResponse . |
BasicLineFormatter
Default
LineFormatter implementation. |
BasicLineParser
Default
LineParser implementation. |
BufferedHeader
This class represents a raw HTTP header whose content is parsed 'on demand'
only when the header value needs to be consumed.
|
HeaderGroup
A class for combining a set of headers.
|
HeaderValueFormatter
Interface for formatting elements of a header value.
|
HeaderValueParser
Interface for parsing header values into elements.
|
LazyLaxLineParser
Extension of
BasicLineParser that defers parsing of
header values. |
LazyLineParser
Extension of
BasicLineParser that defers parsing of
header values. |
LineFormatter
Interface for formatting elements of the HEAD section of an HTTP message.
|
LineParser
Interface for parsing lines in the HEAD section of an HTTP message.
|
ParserCursor
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 operation
|
RequestLine
HTTP/1.1 request line.
|
StatusLine
HTTP/1.1 status line.
|
StatusLine.StatusClass
Standard classes of HTTP status codes, plus
OTHER for non-standard codes. |
TokenParser
Deprecated.
Use
Tokenizer |
Class and Description |
---|
BasicHttpRequest
Basic implementation of
HttpRequest . |
BasicHttpResponse
Basic implementation of
HttpResponse . |
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.