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

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

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

Fields in org.apache.http.impl.nio declared as ContentEncoder
protected  ContentEncoder NHttpConnectionBase.contentEncoder
           
 

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

Classes in org.apache.http.impl.nio.codecs that implement ContentEncoder
 class AbstractContentEncoder
           
 class ChunkEncoder
           
 class IdentityEncoder
           
 class LengthDelimitedEncoder
           
 

Uses of ContentEncoder in org.apache.http.nio
 

Subinterfaces of ContentEncoder in org.apache.http.nio
 interface FileContentEncoder
          A content encoder capable of transferring data directly from a FileChannel
 

Methods in org.apache.http.nio with parameters of type ContentEncoder
 void NHttpClientHandler.outputReady(NHttpClientConnection conn, ContentEncoder encoder)
          Triggered when the underlying channel is ready for writing a next portion of the request entity through the corresponding content encoder.
 void NHttpServiceHandler.outputReady(NHttpServerConnection conn, ContentEncoder encoder)
          Triggered when the underlying channel is ready for writing a next portion of the response entity through the corresponding content encoder.
 

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

Methods in org.apache.http.nio.protocol with parameters of type ContentEncoder
 void ThrottlingHttpClientHandler.outputReady(NHttpClientConnection conn, ContentEncoder encoder)
           
 void BufferingHttpClientHandler.outputReady(NHttpClientConnection conn, ContentEncoder encoder)
           
 void BufferingHttpServiceHandler.outputReady(NHttpServerConnection conn, ContentEncoder encoder)
           
 void ThrottlingHttpServiceHandler.outputReady(NHttpServerConnection conn, ContentEncoder encoder)
           
 

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

Methods in org.apache.http.nio.util with parameters of type ContentEncoder
 int ContentOutputBuffer.produceContent(ContentEncoder encoder)
           
 int SharedOutputBuffer.produceContent(ContentEncoder encoder)
           
 int SimpleOutputBuffer.produceContent(ContentEncoder encoder)
           
 



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