Package | Description |
---|---|
org.apache.http.impl |
Default implementations for interfaces in
org.apache.http . |
org.apache.http.message |
Basic HTTP message 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,
Locale locale)
Creates a new response.
|
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.