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

Packages that use SessionRequestCallback
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 SessionRequestCallback in org.apache.http.impl.nio.reactor
 

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

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

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



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