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

Packages that use NHttpClientHandler
org.apache.http.impl.nio   
org.apache.http.nio.protocol   
 

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

Methods in org.apache.http.impl.nio with parameters of type NHttpClientHandler
 void DefaultNHttpClientConnection.consumeInput(NHttpClientHandler handler)
           
 void DefaultNHttpClientConnection.produceOutput(NHttpClientHandler handler)
           
 

Constructors in org.apache.http.impl.nio with parameters of type NHttpClientHandler
DefaultClientIOEventDispatch(NHttpClientHandler handler, org.apache.http.params.HttpParams params)
           
 

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

Classes in org.apache.http.nio.protocol that implement NHttpClientHandler
 class BufferingHttpClientHandler
          HTTP client handler implementation that buffers the content of HTTP messages entirely in memory and executes HTTP requests on the main I/O thread.
 



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