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 classDefaultClientIOEventDispatchDeprecated.(4.2) useDefaultHttpClientIODispatchclassDefaultHttpClientIODispatch<H extends NHttpClientEventHandler>DefaultIOEventDispatchimplementation that supports both plain (non-encrypted) and SSL encrypted client side HTTP connections.classDefaultHttpServerIODispatch<H extends NHttpServerEventHandler>DefaultIOEventDispatchimplementation that supports both plain (non-encrypted) and SSL encrypted server side HTTP connections.classDefaultServerIOEventDispatchDeprecated.(4.2) useDefaultHttpServerIODispatchclassSSLClientIOEventDispatchDeprecated.(4.2) useSSLClientIOEventDispatchclassSSLServerIOEventDispatchDeprecated.(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 classAbstractIODispatch<T>AbstractIOEventDispatchimplementation that supports both plain (non-encrypted) and SSL encrypted HTTP connections.Methods in org.apache.http.impl.nio.reactor with parameters of type IOEventDispatch Modifier and Type Method Description voidAbstractMultiworkerIOReactor. execute(IOEventDispatch eventDispatch)Activates the main I/O reactor as well as all worker I/O reactors.voidBaseIOReactor. execute(IOEventDispatch eventDispatch)Activates the I/O reactor. -
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 classSSLClientIOEventDispatchDeprecated.(4.2) useDefaultHttpClientIODispatchclassSSLServerIOEventDispatchDeprecated.(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 voidIOReactor. execute(IOEventDispatch eventDispatch)Starts the reactor and initiates the dispatch of I/O event notifications to the givenIOEventDispatch.
-