Uses of Interface
org.apache.http.HttpResponseFactory
| Package | Description |
|---|---|
| org.apache.http.impl |
Default implementations for interfaces in
org.apache.http. |
| org.apache.http.impl.conn | |
| org.apache.http.impl.io |
Default implementations for interfaces in
org.apache.http.io. |
| 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 Modifier and Type Class Description classDefaultHttpResponseFactoryDefault implementation of a factory for creating response objects.Methods in org.apache.http.impl that return HttpResponseFactory Modifier and Type Method Description protected HttpResponseFactoryAbstractHttpClientConnection. createHttpResponseFactory()Methods in org.apache.http.impl with parameters of type HttpResponseFactory Modifier and Type Method Description protected HttpMessageParserAbstractHttpClientConnection. createResponseParser(SessionInputBuffer buffer, HttpResponseFactory responseFactory, HttpParams params) -
Uses of HttpResponseFactory in org.apache.http.impl.conn
Methods in org.apache.http.impl.conn with parameters of type HttpResponseFactory Modifier and Type Method Description protected HttpMessageParserDefaultClientConnection. createResponseParser(SessionInputBuffer buffer, HttpResponseFactory responseFactory, HttpParams params)Constructors in org.apache.http.impl.conn with parameters of type HttpResponseFactory Constructor Description DefaultResponseParser(SessionInputBuffer buffer, LineParser parser, HttpResponseFactory responseFactory, HttpParams params) -
Uses of HttpResponseFactory in org.apache.http.impl.io
Constructors in org.apache.http.impl.io with parameters of type HttpResponseFactory Constructor Description HttpResponseParser(SessionInputBuffer buffer, LineParser parser, HttpResponseFactory responseFactory, HttpParams params) -
Uses of HttpResponseFactory in org.apache.http.protocol
Methods in org.apache.http.protocol with parameters of type HttpResponseFactory Modifier and Type Method Description voidHttpService. setResponseFactory(HttpResponseFactory responseFactory)Constructors in org.apache.http.protocol with parameters of type HttpResponseFactory Constructor Description HttpService(HttpProcessor proc, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory)Create a new HTTP service.