| 接口 | 说明 |
|---|---|
| CookieParser.CookieParserCallback | |
| HttpTokens |
HTTP constants
|
| 类 | 说明 |
|---|---|
| Cookie | |
| CookieGenerator | |
| CookieParser | |
| DateGenerator |
ThreadLocal Date formatters for HTTP style dates.
|
| DateParser |
ThreadLocal data parsers for HTTP style dates
|
| HostPort |
Parse an authority string into Host and Port
Parse a string in the form "host:port", handling IPv4 an IPv6 hosts
|
| HostPortHttpField | |
| HttpField | |
| HttpField.IntValueHttpField | |
| HttpField.LongValueHttpField | |
| HttpFields |
HTTP Fields.
|
| HttpStatus |
Http Status Codes
|
| HttpURI |
Http URI.
|
| MetaData | |
| MetaData.Request | |
| MetaData.Response | |
| MimeTypes | |
| MultiPartOutputStream |
Handle a multipart MIME response.
|
| MultiPartWriter |
Handle a multipart MIME response.
|
| PreEncodedHttpField |
Pre encoded HttpField.
|
| QuotedCSV |
Implements a quoted comma separated list of values in accordance with
RFC7230.
|
| QuotedQualityCSV |
Implements a quoted comma separated list of quality values in accordance with
RFC7230 and RFC7231.
|
| StaticTableHttpField |
| 枚举 | 说明 |
|---|---|
| HttpCompliance |
HTTP compliance modes:
RFC7230
(default) Compliance with RFC7230
RFC2616
Wrapped/Continued headers and HTTP/0.9 supported
LEGACY
(aka STRICT) Adherence to Servlet Specification requirement for exact
case of header names, bypassing the header caches, which are case
insensitive, otherwise equivalent to RFC2616
|
| HttpHeader | |
| HttpHeaderValue | |
| HttpMethod | |
| HttpScheme | |
| HttpStatus.Code | |
| HttpTokens.EndOfContent | |
| HttpVersion | |
| MimeTypes.Type |
| 异常错误 | 说明 |
|---|---|
| BadMessageException |
Exception thrown to indicate a Bad HTTP Message has either been received or
attempted to be generated.
|
Copyright © 2016. All rights reserved.