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

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

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

Classes in org.apache.http.impl.nio that implement NHttpConnection
 class DefaultNHttpClientConnection
           
 class DefaultNHttpServerConnection
           
 class NHttpConnectionBase
           
 

Uses of NHttpConnection in org.apache.http.nio
 

Subinterfaces of NHttpConnection in org.apache.http.nio
 interface NHttpClientConnection
          Abstract non-blocking client-side HTTP connection.
 interface NHttpClientIOTarget
          Extended version of the NHttpClientConnection used by IOEventDispatch implementations to inform client-side connection objects of I/O events.
 interface NHttpServerConnection
          Abstract non-blocking server-side HTTP connection.
 interface NHttpServerIOTarget
          Extended version of the NHttpServerConnection used by IOEventDispatch implementations to inform server-side connection objects of I/O events.
 

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

Methods in org.apache.http.nio.protocol with parameters of type NHttpConnection
protected  void NHttpHandlerBase.closeConnection(NHttpConnection conn, java.lang.Throwable cause)
           
 void EventListener.connectionClosed(NHttpConnection conn)
           
 void EventListener.connectionOpen(NHttpConnection conn)
           
 void EventListener.connectionTimeout(NHttpConnection conn)
           
 void EventListener.fatalIOException(java.io.IOException ex, NHttpConnection conn)
           
 void EventListener.fatalProtocolException(HttpException ex, NHttpConnection conn)
           
protected  void NHttpHandlerBase.handleTimeout(NHttpConnection conn)
           
protected  void ThrottlingHttpServiceHandler.shutdownConnection(NHttpConnection conn, java.lang.Throwable cause)
           
protected  void NHttpHandlerBase.shutdownConnection(NHttpConnection conn, java.lang.Throwable cause)
           
 



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