Uses of Interface
org.apache.http.nio.IOControl

Packages that use IOControl
org.apache.http.impl.nio   
org.apache.http.nio   
org.apache.http.nio.entity   
org.apache.http.nio.util   
 

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

Classes in org.apache.http.impl.nio that implement IOControl
 class DefaultNHttpClientConnection
           
 class DefaultNHttpServerConnection
           
 class NHttpConnectionBase
           
 

Uses of IOControl in org.apache.http.nio
 

Subinterfaces of IOControl in org.apache.http.nio
 interface NHttpClientConnection
          Abstract non-blocking client-side HTTP connection.
 interface NHttpClientIOTarget
          Extended version of the NHttpClientConnection used by IOEventDispatch implementations to inform client-side connection objects of I/O events.
 interface NHttpConnection
          Abstract non-blocking HTTP connection interface.
 interface NHttpServerConnection
          Abstract non-blocking server-side HTTP connection.
 interface NHttpServerIOTarget
          Extended version of the NHttpServerConnection used by IOEventDispatch implementations to inform server-side connection objects of I/O events.
 

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

Methods in org.apache.http.nio.entity with parameters of type IOControl
 void ConsumingNHttpEntity.consumeContent(ContentDecoder decoder, IOControl ioctrl)
          Notification that content is available to be read from the decoder.
 void ConsumingNHttpEntityTemplate.consumeContent(ContentDecoder decoder, IOControl ioctrl)
           
 void BufferingNHttpEntity.consumeContent(ContentDecoder decoder, IOControl ioctrl)
           
 void SkipContentListener.contentAvailable(ContentDecoder decoder, IOControl ioctrl)
           
 void ContentListener.contentAvailable(ContentDecoder decoder, IOControl ioctrl)
          Notification that content is available to be read from the decoder.
 void ProducingNHttpEntity.produceContent(ContentEncoder encoder, IOControl ioctrl)
          Notification that content should be written to the encoder.
 void NFileEntity.produceContent(ContentEncoder encoder, IOControl ioctrl)
           
 void NByteArrayEntity.produceContent(ContentEncoder encoder, IOControl ioctrl)
           
 void NStringEntity.produceContent(ContentEncoder encoder, IOControl ioctrl)
           
 void NHttpEntityWrapper.produceContent(ContentEncoder encoder, IOControl ioctrl)
           
 

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

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



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