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

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

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

Classes in org.apache.http.impl.nio that implement NHttpClientConnection
 class DefaultNHttpClientConnection
           
 

Uses of NHttpClientConnection in org.apache.http.nio
 

Methods in org.apache.http.nio with parameters of type NHttpClientConnection
 void NHttpClientHandler.connected(NHttpClientConnection conn, java.lang.Object attachment)
          Triggered when a new outgoing connection is created.
 void NHttpClientHandler.requestReady(NHttpClientConnection conn)
          Triggered when the connection is ready to send an HTTP request.
 void NHttpClientHandler.responseReceived(NHttpClientConnection conn)
          Triggered when an HTTP response is received.
 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 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 NHttpClientHandler.exception(NHttpClientConnection conn, java.io.IOException ex)
          Triggered when an I/O error occurrs while reading from or writing to the underlying channel.
 void NHttpClientHandler.exception(NHttpClientConnection conn, org.apache.http.HttpException ex)
          Triggered when an HTTP protocol violation occurs while receiving an HTTP response.
 void NHttpClientHandler.timeout(NHttpClientConnection conn)
          Triggered when no input is detected on this connection over the maximum period of inactivity.
 void NHttpClientHandler.closed(NHttpClientConnection conn)
          Triggered when the connection is closed.
 

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

Methods in org.apache.http.nio.protocol with parameters of type NHttpClientConnection
 void BufferingHttpClientHandler.connected(NHttpClientConnection conn, java.lang.Object attachment)
           
 void BufferingHttpClientHandler.closed(NHttpClientConnection conn)
           
 void BufferingHttpClientHandler.exception(NHttpClientConnection conn, org.apache.http.HttpException ex)
           
 void BufferingHttpClientHandler.exception(NHttpClientConnection conn, java.io.IOException ex)
           
 void BufferingHttpClientHandler.requestReady(NHttpClientConnection conn)
           
 void BufferingHttpClientHandler.inputReady(NHttpClientConnection conn, ContentDecoder decoder)
           
 void BufferingHttpClientHandler.outputReady(NHttpClientConnection conn, ContentEncoder encoder)
           
 void BufferingHttpClientHandler.responseReceived(NHttpClientConnection conn)
           
 void BufferingHttpClientHandler.timeout(NHttpClientConnection conn)
           
 



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