Uses of Interface
org.apache.http.HttpResponseFactory
-
Packages that use HttpResponseFactory Package Description org.apache.http.impl Default implementations of HTTP connections for synchronous, blocking communication.org.apache.http.impl.bootstrap Embedded server and server bootstrap.org.apache.http.impl.io Default implementations of message parses and writers for synchronous, blocking communication.org.apache.http.protocol Core HTTP protocol execution framework and HTTP protocol handlers for synchronous, blocking communication. -
-
Uses of HttpResponseFactory in org.apache.http.impl
Classes in org.apache.http.impl that implement HttpResponseFactory Modifier and Type Class Description classDefaultHttpResponseFactoryDefault factory for creatingHttpResponseobjects.Methods in org.apache.http.impl that return HttpResponseFactory Modifier and Type Method Description protected HttpResponseFactoryAbstractHttpClientConnection. createHttpResponseFactory()Deprecated.Creates an instance ofDefaultHttpResponseFactoryto be used for creatingHttpResponseobjects received by over this connection.Methods in org.apache.http.impl with parameters of type HttpResponseFactory Modifier and Type Method Description protected HttpMessageParser<HttpResponse>AbstractHttpClientConnection. createResponseParser(SessionInputBuffer buffer, HttpResponseFactory responseFactory, HttpParams params)Deprecated.Creates an instance ofHttpMessageParserto be used for parsing HTTP responses received over this connection. -
Uses of HttpResponseFactory in org.apache.http.impl.bootstrap
Methods in org.apache.http.impl.bootstrap with parameters of type HttpResponseFactory Modifier and Type Method Description ServerBootstrapServerBootstrap. setResponseFactory(HttpResponseFactory responseFactory)AssignsHttpResponseFactoryinstance. -
Uses of HttpResponseFactory in org.apache.http.impl.io
Constructors in org.apache.http.impl.io with parameters of type HttpResponseFactory Constructor Description DefaultHttpResponseParser(SessionInputBuffer buffer, LineParser lineParser, HttpResponseFactory responseFactory, MessageConstraints constraints)Creates new instance of DefaultHttpResponseParser.DefaultHttpResponseParser(SessionInputBuffer buffer, LineParser lineParser, HttpResponseFactory responseFactory, HttpParams params)DefaultHttpResponseParserFactory(LineParser lineParser, HttpResponseFactory responseFactory)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 Modifier and Type Method Description voidHttpService. setResponseFactory(HttpResponseFactory responseFactory)Deprecated.(4.1) setHttpResponseFactoryusing constructor
-