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
 

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

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

Methods in org.apache.http.nio.protocol with parameters of type ContentEncoder
 void BufferingHttpServiceHandler.outputReady(NHttpServerConnection conn, ContentEncoder encoder)
           
 void ThrottlingHttpServiceHandler.outputReady(NHttpServerConnection conn, ContentEncoder encoder)
           
 void BufferingHttpClientHandler.outputReady(NHttpClientConnection 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 SharedOutputBuffer.produceContent(ContentEncoder encoder)
           
 int ContentOutputBuffer.produceContent(ContentEncoder encoder)
           
 int SimpleOutputBuffer.produceContent(ContentEncoder encoder)
           
 



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