|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpResponseFactory | |
|---|---|
| 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. |
| Uses of HttpResponseFactory in org.apache.http.impl |
|---|
| Classes in org.apache.http.impl that implement HttpResponseFactory | |
|---|---|
class |
DefaultHttpResponseFactory
Default factory for creating HttpResponse objects. |
| Methods in org.apache.http.impl that return HttpResponseFactory | |
|---|---|
protected HttpResponseFactory |
AbstractHttpClientConnection.createHttpResponseFactory()
Creates an instance of DefaultHttpResponseFactory to be used
for creating HttpResponse objects received by over this
connection. |
| Methods in org.apache.http.impl with parameters of type HttpResponseFactory | |
|---|---|
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. |
| Uses of HttpResponseFactory in org.apache.http.impl.io |
|---|
| Constructors in org.apache.http.impl.io with parameters of type HttpResponseFactory | |
|---|---|
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. |
|
| Uses of HttpResponseFactory in org.apache.http.protocol |
|---|
| Methods in org.apache.http.protocol with parameters of type HttpResponseFactory | |
|---|---|
void |
HttpService.setResponseFactory(HttpResponseFactory responseFactory)
Deprecated. (4.1) set HttpResponseFactory using constructor |
| Constructors in org.apache.http.protocol with parameters of type HttpResponseFactory | |
|---|---|
HttpService(HttpProcessor proc,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory)
Deprecated. (4.1) use HttpService.HttpService(HttpProcessor,
ConnectionReuseStrategy, HttpResponseFactory, HttpRequestHandlerResolver, HttpParams) |
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||