|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpResponseFactory | |
---|---|
org.apache.http.impl | Default implementations for interfaces in
org.apache.http . |
org.apache.http.protocol | HTTP protocol execution framework. |
Uses of HttpResponseFactory in org.apache.http.impl |
---|
Classes in org.apache.http.impl that implement HttpResponseFactory | |
---|---|
class |
DefaultHttpResponseFactory
Default implementation of a factory for creating response objects. |
Methods in org.apache.http.impl with parameters of type HttpResponseFactory | |
---|---|
protected void |
AbstractHttpClientConnection.setResponseFactory(HttpResponseFactory responsefactory)
|
Uses of HttpResponseFactory in org.apache.http.protocol |
---|
Methods in org.apache.http.protocol with parameters of type HttpResponseFactory | |
---|---|
void |
HttpService.setResponseFactory(HttpResponseFactory responseFactory)
|
Constructors in org.apache.http.protocol with parameters of type HttpResponseFactory | |
---|---|
HttpService(HttpProcessor proc,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory)
Create a new HTTP service. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |