Package | Description |
---|---|
org.apache.http.impl |
Default implementations of HTTP connections for synchronous,
blocking communication.
|
org.apache.http.message |
Core HTTP message components, message element parser
and writer APIs and their default implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
EnglishReasonPhraseCatalog
English reason phrases for HTTP status codes.
|
Modifier and Type | Field and Description |
---|---|
protected ReasonPhraseCatalog |
DefaultHttpResponseFactory.reasonCatalog
The catalog for looking up reason phrases.
|
Constructor and Description |
---|
DefaultHttpResponseFactory(ReasonPhraseCatalog catalog)
Creates a new response factory with the given catalog.
|
Constructor and Description |
---|
BasicHttpResponse(StatusLine statusline,
ReasonPhraseCatalog catalog,
java.util.Locale locale)
Creates a new response.
|