| 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 | Description |
|---|---|---|
class |
EnglishReasonPhraseCatalog |
English reason phrases for HTTP status codes.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected ReasonPhraseCatalog |
DefaultHttpResponseFactory.reasonCatalog |
The catalog for looking up reason phrases.
|
| Constructor | Description |
|---|---|
DefaultHttpResponseFactory(ReasonPhraseCatalog catalog) |
Creates a new response factory with the given catalog.
|
| Constructor | Description |
|---|---|
BasicHttpResponse(StatusLine statusline,
ReasonPhraseCatalog catalog,
java.util.Locale locale) |
Creates a new response.
|