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

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

Classes in org.apache.http.impl.nio that implement IOEventDispatch
 class DefaultClientIOEventDispatch
           
 class DefaultServerIOEventDispatch
           
 

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

Classes in org.apache.http.impl.nio.reactor that implement IOEventDispatch
 class SSLClientIOEventDispatch
           
 class SSLServerIOEventDispatch
           
 

Fields in org.apache.http.impl.nio.reactor declared as IOEventDispatch
protected  IOEventDispatch AbstractIOReactor.eventDispatch
           
 

Methods in org.apache.http.impl.nio.reactor with parameters of type IOEventDispatch
 void AbstractIOReactor.execute(IOEventDispatch eventDispatch)
           
 void DefaultListeningIOReactor.execute(IOEventDispatch eventDispatch)
           
 void DefaultConnectingIOReactor.execute(IOEventDispatch eventDispatch)
           
protected  void AbstractMultiworkerIOReactor.startWorkers(IOEventDispatch eventDispatch)
           
 

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

Methods in org.apache.http.nio.reactor with parameters of type IOEventDispatch
 void IOReactor.execute(IOEventDispatch eventDispatch)
           
 



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