Uses of Interface
org.apache.http.HttpResponseFactory
Packages that use HttpResponseFactory
Package
Description
Default implementations of HTTP connections for synchronous,
blocking communication.
Embedded server and server bootstrap.
Default implementations of message parses and writers
for synchronous, blocking communication.
Default implementations of HTTP connections for asynchronous,
even driven communication.
Embedded non-blocking server and server bootstrap.
Default implementations of message parses and writers
for asynchronous, even driven communication.
Default implementations of client side connection pools
for asynchronous, even driven communication.
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
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 HttpResponseFactoryMethods in org.apache.http.impl that return HttpResponseFactoryModifier and TypeMethodDescriptionprotected HttpResponseFactory
AbstractHttpClientConnection.createHttpResponseFactory()
Deprecated.Creates an instance ofDefaultHttpResponseFactory
to be used for creatingHttpResponse
objects received by over this connection.Methods in org.apache.http.impl with parameters of type HttpResponseFactoryModifier and TypeMethodDescriptionprotected HttpMessageParser
<HttpResponse> AbstractHttpClientConnection.createResponseParser
(SessionInputBuffer buffer, HttpResponseFactory responseFactory, HttpParams params) Deprecated.Creates an instance ofHttpMessageParser
to be used for parsing HTTP responses received over this connection. -
Uses of HttpResponseFactory in org.apache.http.impl.bootstrap
Fields in org.apache.http.impl.bootstrap declared as HttpResponseFactoryMethods in org.apache.http.impl.bootstrap with parameters of type HttpResponseFactoryModifier and TypeMethodDescriptionfinal ServerBootstrap
ServerBootstrap.setResponseFactory
(HttpResponseFactory responseFactory) AssignsHttpResponseFactory
instance. -
Uses of HttpResponseFactory in org.apache.http.impl.io
Fields in org.apache.http.impl.io declared as HttpResponseFactoryModifier and TypeFieldDescriptionprivate final HttpResponseFactory
DefaultHttpResponseParser.responseFactory
private final HttpResponseFactory
DefaultHttpResponseParserFactory.responseFactory
private final HttpResponseFactory
HttpResponseParser.responseFactory
Deprecated.Constructors in org.apache.http.impl.io with parameters of type HttpResponseFactoryModifierConstructorDescriptionDefaultHttpResponseParser
(SessionInputBuffer buffer, LineParser lineParser, HttpResponseFactory responseFactory, MessageConstraints constraints) Creates new instance of DefaultHttpResponseParser.DefaultHttpResponseParser
(SessionInputBuffer buffer, LineParser lineParser, HttpResponseFactory responseFactory, HttpParams params) Deprecated.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.impl.nio
Methods in org.apache.http.impl.nio that return HttpResponseFactoryModifier and TypeMethodDescriptionprotected HttpResponseFactory
DefaultClientIOEventDispatch.createHttpResponseFactory()
Deprecated.Creates an instance ofDefaultHttpResponseFactory
to be used by HTTP connections for creatingHttpResponse
objects.protected HttpResponseFactory
SSLClientIOEventDispatch.createHttpResponseFactory()
Deprecated.Creates an instance ofDefaultHttpResponseFactory
to be used by HTTP connections for creatingHttpResponse
objects.Methods in org.apache.http.impl.nio with parameters of type HttpResponseFactoryModifier and TypeMethodDescriptionprotected DefaultNHttpClientConnection
DefaultNHttpClientConnectionFactory.createConnection
(IOSession session, HttpResponseFactory responseFactory, ByteBufferAllocator allocator, HttpParams params) Deprecated.(4.3) no longer used.protected DefaultNHttpClientConnection
SSLNHttpClientConnectionFactory.createConnection
(IOSession session, HttpResponseFactory responseFactory, ByteBufferAllocator allocator, HttpParams params) Deprecated.(4.3) no longer used.protected NHttpMessageParser
<HttpResponse> DefaultNHttpClientConnection.createResponseParser
(SessionInputBuffer buffer, HttpResponseFactory responseFactory, HttpParams params) Deprecated.(4.3) use constructor.Constructors in org.apache.http.impl.nio with parameters of type HttpResponseFactoryModifierConstructorDescriptionDefaultNHttpClientConnection
(IOSession session, HttpResponseFactory responseFactory, ByteBufferAllocator allocator, HttpParams params) DefaultNHttpClientConnectionFactory
(HttpResponseFactory responseFactory, ByteBufferAllocator allocator, HttpParams params) SSLNHttpClientConnectionFactory
(SSLContext sslContext, SSLSetupHandler sslHandler, HttpResponseFactory responseFactory, ByteBufferAllocator allocator, HttpParams params) -
Uses of HttpResponseFactory in org.apache.http.impl.nio.bootstrap
Fields in org.apache.http.impl.nio.bootstrap declared as HttpResponseFactoryMethods in org.apache.http.impl.nio.bootstrap with parameters of type HttpResponseFactoryModifier and TypeMethodDescriptionfinal ServerBootstrap
ServerBootstrap.setResponseFactory
(HttpResponseFactory responseFactory) AssignsHttpResponseFactory
instance. -
Uses of HttpResponseFactory in org.apache.http.impl.nio.codecs
Fields in org.apache.http.impl.nio.codecs declared as HttpResponseFactoryModifier and TypeFieldDescriptionprivate final HttpResponseFactory
DefaultHttpResponseParser.responseFactory
private final HttpResponseFactory
DefaultHttpResponseParserFactory.responseFactory
private final HttpResponseFactory
HttpResponseParser.responseFactory
Deprecated.Constructors in org.apache.http.impl.nio.codecs with parameters of type HttpResponseFactoryModifierConstructorDescriptionDefaultHttpResponseParser
(SessionInputBuffer buffer, LineParser parser, HttpResponseFactory responseFactory, MessageConstraints constraints) Creates an instance of DefaultHttpResponseParser.DefaultHttpResponseParser
(SessionInputBuffer buffer, LineParser parser, HttpResponseFactory responseFactory, HttpParams params) DefaultHttpResponseParserFactory
(LineParser lineParser, HttpResponseFactory responseFactory) HttpResponseParser
(SessionInputBuffer buffer, LineParser parser, HttpResponseFactory responseFactory, HttpParams params) Deprecated. -
Uses of HttpResponseFactory in org.apache.http.impl.nio.pool
Constructors in org.apache.http.impl.nio.pool with parameters of type HttpResponseFactoryModifierConstructorDescriptionBasicNIOConnFactory
(SSLContext sslContext, SSLSetupHandler sslHandler, HttpResponseFactory responseFactory, ByteBufferAllocator allocator, HttpParams params) -
Uses of HttpResponseFactory in org.apache.http.nio.protocol
Fields in org.apache.http.nio.protocol declared as HttpResponseFactoryModifier and TypeFieldDescriptionprotected final HttpResponseFactory
AsyncNHttpServiceHandler.responseFactory
Deprecated.private final HttpResponseFactory
HttpAsyncService.responseFactory
protected final HttpResponseFactory
ThrottlingHttpServiceHandler.responseFactory
Deprecated.Methods in org.apache.http.nio.protocol that return HttpResponseFactoryModifier and TypeMethodDescriptionHttpAsyncService.getResponseFactory()
Gets the HttpResponseFactory for this service.Constructors in org.apache.http.nio.protocol with parameters of type HttpResponseFactoryModifierConstructorDescriptionAsyncNHttpServiceHandler
(HttpProcessor httpProcessor, HttpResponseFactory responseFactory, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, HttpParams params) Deprecated.AsyncNHttpServiceHandler
(HttpProcessor httpProcessor, HttpResponseFactory responseFactory, ConnectionReuseStrategy connStrategy, HttpParams params) Deprecated.BufferingHttpServiceHandler
(HttpProcessor httpProcessor, HttpResponseFactory responseFactory, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, HttpParams params) Deprecated.BufferingHttpServiceHandler
(HttpProcessor httpProcessor, HttpResponseFactory responseFactory, ConnectionReuseStrategy connStrategy, HttpParams params) Deprecated.HttpAsyncService
(HttpProcessor httpProcessor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpAsyncRequestHandlerMapper handlerMapper, HttpAsyncExpectationVerifier expectationVerifier) Creates new instance ofHttpAsyncServerProtocolHandler
.HttpAsyncService
(HttpProcessor httpProcessor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpAsyncRequestHandlerMapper handlerMapper, HttpAsyncExpectationVerifier expectationVerifier, ExceptionLogger exceptionLogger) Creates new instance ofHttpAsyncServerProtocolHandler
.HttpAsyncService
(HttpProcessor httpProcessor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpAsyncRequestHandlerResolver handlerResolver, HttpAsyncExpectationVerifier expectationVerifier, HttpParams params) ThrottlingHttpServiceHandler
(HttpProcessor httpProcessor, HttpResponseFactory responseFactory, ConnectionReuseStrategy connStrategy, Executor executor, HttpParams params) Deprecated.ThrottlingHttpServiceHandler
(HttpProcessor httpProcessor, HttpResponseFactory responseFactory, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, Executor executor, HttpParams params) Deprecated. -
Uses of HttpResponseFactory in org.apache.http.protocol
Fields in org.apache.http.protocol declared as HttpResponseFactoryMethods in org.apache.http.protocol with parameters of type HttpResponseFactoryModifier and TypeMethodDescriptionvoid
HttpService.setResponseFactory
(HttpResponseFactory responseFactory) Deprecated.(4.1) setHttpResponseFactory
using constructorConstructors in org.apache.http.protocol with parameters of type HttpResponseFactoryModifierConstructorDescriptionHttpService
(HttpProcessor proc, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory) HttpService
(HttpProcessor processor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpRequestHandlerMapper handlerMapper) Create a new HTTP service.HttpService
(HttpProcessor processor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpRequestHandlerMapper handlerMapper, HttpExpectationVerifier expectationVerifier) Create a new HTTP service.HttpService
(HttpProcessor processor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpRequestHandlerResolver handlerResolver, HttpParams params) HttpService
(HttpProcessor processor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpRequestHandlerResolver handlerResolver, HttpExpectationVerifier expectationVerifier, HttpParams params)
DefaultHttpResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, MessageConstraints)