Uses of Interface
org.apache.http.nio.reactor.SessionRequest

Packages that use SessionRequest
org.apache.http.impl.nio.reactor NIO based implementations of HttpCore interfaces. 
org.apache.http.nio.reactor API for event driven NIO based on Doug Lea's reactor pattern
 

Uses of SessionRequest in org.apache.http.impl.nio.reactor
 

Classes in org.apache.http.impl.nio.reactor that implement SessionRequest
 class SessionRequestImpl
           
 

Methods in org.apache.http.impl.nio.reactor that return SessionRequest
 SessionRequest DefaultConnectingIOReactor.connect(java.net.SocketAddress remoteAddress, java.net.SocketAddress localAddress, java.lang.Object attachment, SessionRequestCallback callback)
           
 

Uses of SessionRequest in org.apache.http.nio.reactor
 

Methods in org.apache.http.nio.reactor that return SessionRequest
 SessionRequest ConnectingIOReactor.connect(java.net.SocketAddress remoteAddress, java.net.SocketAddress localAddress, java.lang.Object attachment, SessionRequestCallback callback)
           
 

Methods in org.apache.http.nio.reactor with parameters of type SessionRequest
 void SessionRequestCallback.cancelled(SessionRequest request)
           
 void SessionRequestCallback.completed(SessionRequest request)
           
 void SessionRequestCallback.failed(SessionRequest request)
           
 void SessionRequestCallback.timeout(SessionRequest request)
           
 



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