Uses of Interface
org.apache.http.nio.reactor.IOEventDispatch
-
Packages that use IOEventDispatch Package Description org.apache.http.impl.nio Default implementations of HTTP connections for asynchronous, even driven communication.org.apache.http.impl.nio.reactor Default implementation of event driven network communication APIs based on Java NIO.org.apache.http.impl.nio.ssl org.apache.http.nio.reactor Event driven network communication APIs loosely 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 Modifier and Type Class Description class
DefaultClientIOEventDispatch
Deprecated.(4.2) useDefaultHttpClientIODispatch
class
DefaultHttpClientIODispatch<H extends NHttpClientEventHandler>
DefaultIOEventDispatch
implementation that supports both plain (non-encrypted) and SSL encrypted client side HTTP connections.class
DefaultHttpServerIODispatch<H extends NHttpServerEventHandler>
DefaultIOEventDispatch
implementation that supports both plain (non-encrypted) and SSL encrypted server side HTTP connections.class
DefaultServerIOEventDispatch
Deprecated.(4.2) useDefaultHttpServerIODispatch
class
SSLClientIOEventDispatch
Deprecated.(4.2) useSSLClientIOEventDispatch
class
SSLServerIOEventDispatch
Deprecated.(4.2) useSSLServerIOEventDispatch
-
Uses of IOEventDispatch in org.apache.http.impl.nio.reactor
Classes in org.apache.http.impl.nio.reactor that implement IOEventDispatch Modifier and Type Class Description class
AbstractIODispatch<T>
AbstractIOEventDispatch
implementation that supports both plain (non-encrypted) and SSL encrypted HTTP connections.Fields in org.apache.http.impl.nio.reactor declared as IOEventDispatch Modifier and Type Field Description (package private) IOEventDispatch
AbstractMultiworkerIOReactor.Worker. eventDispatch
private IOEventDispatch
BaseIOReactor. eventDispatch
Methods in org.apache.http.impl.nio.reactor with parameters of type IOEventDispatch Modifier and Type Method Description void
AbstractMultiworkerIOReactor. execute(IOEventDispatch eventDispatch)
Activates the main I/O reactor as well as all worker I/O reactors.void
BaseIOReactor. execute(IOEventDispatch eventDispatch)
Activates the I/O reactor.Constructors in org.apache.http.impl.nio.reactor with parameters of type IOEventDispatch Constructor Description Worker(BaseIOReactor dispatcher, IOEventDispatch eventDispatch)
-
Uses of IOEventDispatch in org.apache.http.impl.nio.ssl
Classes in org.apache.http.impl.nio.ssl that implement IOEventDispatch Modifier and Type Class Description class
SSLClientIOEventDispatch
Deprecated.(4.2) useDefaultHttpClientIODispatch
class
SSLServerIOEventDispatch
Deprecated.(4.2) useDefaultHttpServerIODispatch
-
Uses of IOEventDispatch in org.apache.http.nio.reactor
Methods in org.apache.http.nio.reactor with parameters of type IOEventDispatch Modifier and Type Method Description void
IOReactor. execute(IOEventDispatch eventDispatch)
Starts the reactor and initiates the dispatch of I/O event notifications to the givenIOEventDispatch
.
-