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

Packages that use ContentDecoder
org.apache.http.impl.nio   
org.apache.http.impl.nio.codecs   
org.apache.http.nio   
org.apache.http.nio.entity   
org.apache.http.nio.protocol   
org.apache.http.nio.util   
 

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

Fields in org.apache.http.impl.nio declared as ContentDecoder
protected  ContentDecoder NHttpConnectionBase.contentDecoder
           
 

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

Classes in org.apache.http.impl.nio.codecs that implement ContentDecoder
 class AbstractContentDecoder
           
 class ChunkDecoder
           
 class IdentityDecoder
          Identity decoder implementation.
 class LengthDelimitedDecoder
          Content-Length delimited decoder implementation.
 

Uses of ContentDecoder in org.apache.http.nio
 

Subinterfaces of ContentDecoder in org.apache.http.nio
 interface FileContentDecoder
          A content decoder capable of transferring data directly to a FileChannel
 

Methods in org.apache.http.nio with parameters of type ContentDecoder
 void NHttpClientHandler.inputReady(NHttpClientConnection conn, ContentDecoder decoder)
          Triggered when the underlying channel is ready for reading a new portion of the response entity through the corresponding content decoder.
 void NHttpServiceHandler.inputReady(NHttpServerConnection conn, ContentDecoder decoder)
          Triggered when the underlying channel is ready for reading a new portion of the request entity through the corresponding content decoder.
 

Constructors in org.apache.http.nio with parameters of type ContentDecoder
ContentDecoderChannel(ContentDecoder decoder)
           
 

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

Methods in org.apache.http.nio.entity with parameters of type ContentDecoder
 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.
 

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

Methods in org.apache.http.nio.protocol with parameters of type ContentDecoder
 void AsyncNHttpClientHandler.inputReady(NHttpClientConnection conn, ContentDecoder decoder)
           
 void ThrottlingHttpClientHandler.inputReady(NHttpClientConnection conn, ContentDecoder decoder)
           
 void BufferingHttpClientHandler.inputReady(NHttpClientConnection conn, ContentDecoder decoder)
           
 void BufferingHttpServiceHandler.inputReady(NHttpServerConnection conn, ContentDecoder decoder)
           
 void ThrottlingHttpServiceHandler.inputReady(NHttpServerConnection conn, ContentDecoder decoder)
           
 void AsyncNHttpServiceHandler.inputReady(NHttpServerConnection conn, ContentDecoder decoder)
           
 

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

Methods in org.apache.http.nio.util with parameters of type ContentDecoder
 int SharedInputBuffer.consumeContent(ContentDecoder decoder)
           
 int SimpleInputBuffer.consumeContent(ContentDecoder decoder)
           
 int ContentInputBuffer.consumeContent(ContentDecoder decoder)
           
 



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