Package | Description |
---|---|
org.apache.http.impl |
Default implementations for interfaces in
org.apache.http . |
org.apache.http.impl.io |
Default implementations for interfaces in
org.apache.http.io . |
org.apache.http.protocol |
HTTP protocol execution framework and synchronous HTTP protocol handlers
based on the blocking I/O model.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttpResponseFactory
Default factory for creating
HttpResponse objects. |
Modifier and Type | Method and Description |
---|---|
protected HttpResponseFactory |
AbstractHttpClientConnection.createHttpResponseFactory()
Creates an instance of
DefaultHttpResponseFactory to be used
for creating HttpResponse objects received by over this
connection. |
Modifier and Type | Method and Description |
---|---|
protected HttpMessageParser<HttpResponse> |
AbstractHttpClientConnection.createResponseParser(SessionInputBuffer buffer,
HttpResponseFactory responseFactory,
HttpParams params)
Creates an instance of
HttpMessageParser to be used for parsing
HTTP responses received over this connection. |
Constructor and Description |
---|
DefaultHttpResponseParser(SessionInputBuffer buffer,
LineParser parser,
HttpResponseFactory responseFactory,
HttpParams params)
Creates an instance of this class.
|
HttpResponseParser(SessionInputBuffer buffer,
LineParser parser,
HttpResponseFactory responseFactory,
HttpParams params)
Deprecated.
Creates an instance of this class.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpService.setResponseFactory(HttpResponseFactory responseFactory)
Deprecated.
(4.1) set
HttpResponseFactory using constructor |
Constructor and Description |
---|
HttpService(HttpProcessor proc,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory)
|
HttpService(HttpProcessor processor,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory,
HttpRequestHandlerResolver handlerResolver,
HttpExpectationVerifier expectationVerifier,
HttpParams params)
Create a new HTTP service.
|
HttpService(HttpProcessor processor,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory,
HttpRequestHandlerResolver handlerResolver,
HttpParams params)
Create a new HTTP service.
|
Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.