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
           
 class SSLClientIOEventDispatch
           
 class SSLServerIOEventDispatch
           
 

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

Methods in org.apache.http.impl.nio.reactor with parameters of type IOEventDispatch
 void AbstractMultiworkerIOReactor.execute(IOEventDispatch eventDispatch)
           
 void BaseIOReactor.execute(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-2008 Apache Software Foundation. All Rights Reserved.