Uses of Interface
org.apache.http.HttpResponseFactory

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.impl.nio   
org.apache.http.impl.nio.codecs   
org.apache.http.nio.protocol   
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 that return HttpResponseFactory
protected  HttpResponseFactory AbstractHttpClientConnection.createHttpResponseFactory()
           
 

Methods in org.apache.http.impl with parameters of type HttpResponseFactory
protected  HttpMessageParser AbstractHttpClientConnection.createResponseParser(SessionInputBuffer buffer, 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
HttpResponseParser(SessionInputBuffer buffer, LineParser parser, HttpResponseFactory responseFactory, HttpParams params)
           
 

Uses of HttpResponseFactory in org.apache.http.impl.nio
 

Methods in org.apache.http.impl.nio that return HttpResponseFactory
protected  HttpResponseFactory SSLClientIOEventDispatch.createHttpResponseFactory()
           
protected  HttpResponseFactory DefaultClientIOEventDispatch.createHttpResponseFactory()
           
 

Methods in org.apache.http.impl.nio with parameters of type HttpResponseFactory
protected  NHttpMessageParser DefaultNHttpClientConnection.createResponseParser(SessionInputBuffer buffer, HttpResponseFactory responseFactory, HttpParams params)
           
 

Constructors in org.apache.http.impl.nio with parameters of type HttpResponseFactory
DefaultNHttpClientConnection(IOSession session, HttpResponseFactory responseFactory, ByteBufferAllocator allocator, HttpParams params)
           
 

Uses of HttpResponseFactory in org.apache.http.impl.nio.codecs
 

Constructors in org.apache.http.impl.nio.codecs with parameters of type HttpResponseFactory
HttpResponseParser(SessionInputBuffer buffer, LineParser parser, HttpResponseFactory responseFactory, HttpParams params)
           
 

Uses of HttpResponseFactory in org.apache.http.nio.protocol
 

Fields in org.apache.http.nio.protocol declared as HttpResponseFactory
protected  HttpResponseFactory ThrottlingHttpServiceHandler.responseFactory
           
protected  HttpResponseFactory NHttpServiceHandlerBase.responseFactory
          Deprecated.  
protected  HttpResponseFactory AsyncNHttpServiceHandler.responseFactory
           
 

Constructors in org.apache.http.nio.protocol with parameters of type HttpResponseFactory
AsyncNHttpServiceHandler(HttpProcessor httpProcessor, HttpResponseFactory responseFactory, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, HttpParams params)
           
AsyncNHttpServiceHandler(HttpProcessor httpProcessor, HttpResponseFactory responseFactory, ConnectionReuseStrategy connStrategy, HttpParams params)
           
BufferingHttpServiceHandler(HttpProcessor httpProcessor, HttpResponseFactory responseFactory, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, HttpParams params)
           
BufferingHttpServiceHandler(HttpProcessor httpProcessor, HttpResponseFactory responseFactory, ConnectionReuseStrategy connStrategy, HttpParams params)
           
NHttpServiceHandlerBase(HttpProcessor httpProcessor, HttpResponseFactory responseFactory, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, HttpParams params)
          Deprecated.  
NHttpServiceHandlerBase(HttpProcessor httpProcessor, HttpResponseFactory responseFactory, ConnectionReuseStrategy connStrategy, HttpParams params)
          Deprecated.  
ThrottlingHttpServiceHandler(HttpProcessor httpProcessor, HttpResponseFactory responseFactory, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, java.util.concurrent.Executor executor, HttpParams params)
           
ThrottlingHttpServiceHandler(HttpProcessor httpProcessor, HttpResponseFactory responseFactory, ConnectionReuseStrategy connStrategy, java.util.concurrent.Executor executor, HttpParams params)
           
 

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.
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.