Uses of Interface
org.apache.http.nio.util.ByteBufferAllocator

Packages that use ByteBufferAllocator
org.apache.http.impl.nio   
org.apache.http.impl.nio.reactor NIO based implementations of HttpCore interfaces. 
org.apache.http.nio.entity   
org.apache.http.nio.protocol   
org.apache.http.nio.util   
 

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

Fields in org.apache.http.impl.nio declared as ByteBufferAllocator
protected  ByteBufferAllocator DefaultServerIOEventDispatch.allocator
           
protected  ByteBufferAllocator DefaultClientIOEventDispatch.allocator
           
 

Methods in org.apache.http.impl.nio that return ByteBufferAllocator
protected  ByteBufferAllocator DefaultServerIOEventDispatch.createByteBufferAllocator()
           
protected  ByteBufferAllocator SSLServerIOEventDispatch.createByteBufferAllocator()
           
protected  ByteBufferAllocator SSLClientIOEventDispatch.createByteBufferAllocator()
           
protected  ByteBufferAllocator DefaultClientIOEventDispatch.createByteBufferAllocator()
           
 

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

Uses of ByteBufferAllocator in org.apache.http.impl.nio.reactor
 

Constructors in org.apache.http.impl.nio.reactor with parameters of type ByteBufferAllocator
SessionInputBufferImpl(int buffersize, int linebuffersize, ByteBufferAllocator allocator, org.apache.http.params.HttpParams params)
           
SessionOutputBufferImpl(int buffersize, int linebuffersize, ByteBufferAllocator allocator, org.apache.http.params.HttpParams params)
           
 

Uses of ByteBufferAllocator in org.apache.http.nio.entity
 

Constructors in org.apache.http.nio.entity with parameters of type ByteBufferAllocator
BufferingNHttpEntity(org.apache.http.HttpEntity httpEntity, ByteBufferAllocator allocator)
           
SkipContentListener(ByteBufferAllocator allocator)
           
 

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

Fields in org.apache.http.nio.protocol declared as ByteBufferAllocator
protected  ByteBufferAllocator NHttpHandlerBase.allocator
           
 

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

Uses of ByteBufferAllocator in org.apache.http.nio.util
 

Classes in org.apache.http.nio.util that implement ByteBufferAllocator
 class DirectByteBufferAllocator
           
 class HeapByteBufferAllocator
           
 

Constructors in org.apache.http.nio.util with parameters of type ByteBufferAllocator
ExpandableBuffer(int buffersize, ByteBufferAllocator allocator)
           
SharedInputBuffer(int buffersize, IOControl ioctrl, ByteBufferAllocator allocator)
           
SharedOutputBuffer(int buffersize, IOControl ioctrl, ByteBufferAllocator allocator)
           
SimpleInputBuffer(int buffersize, ByteBufferAllocator allocator)
           
SimpleOutputBuffer(int buffersize, ByteBufferAllocator allocator)
           
 



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