Uses of Interface
org.apache.http.nio.reactor.IOEventDispatch
Packages that use IOEventDispatch
Package
Description
Default implementations of HTTP connections for asynchronous,
even driven communication.
Default implementation of event driven network communication APIs
based on Java NIO.
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 IOEventDispatchModifier and TypeClassDescriptionclassDeprecated.classDefaultIOEventDispatchimplementation that supports both plain (non-encrypted) and SSL encrypted client side HTTP connections.classDefaultIOEventDispatchimplementation that supports both plain (non-encrypted) and SSL encrypted server side HTTP connections.classDeprecated.(4.2) useDefaultHttpServerIODispatchclassDeprecated.(4.2) useSSLClientIOEventDispatchclassDeprecated.(4.2) useSSLServerIOEventDispatch -
Uses of IOEventDispatch in org.apache.http.impl.nio.reactor
Classes in org.apache.http.impl.nio.reactor that implement IOEventDispatchModifier and TypeClassDescriptionclassAbstractIOEventDispatchimplementation that supports both plain (non-encrypted) and SSL encrypted HTTP connections.Fields in org.apache.http.impl.nio.reactor declared as IOEventDispatchModifier and TypeFieldDescription(package private) final IOEventDispatchAbstractMultiworkerIOReactor.Worker.eventDispatchprivate IOEventDispatchBaseIOReactor.eventDispatchMethods in org.apache.http.impl.nio.reactor with parameters of type IOEventDispatchModifier and TypeMethodDescriptionvoidAbstractMultiworkerIOReactor.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.Constructors in org.apache.http.impl.nio.reactor with parameters of type IOEventDispatch -
Uses of IOEventDispatch in org.apache.http.impl.nio.ssl
Classes in org.apache.http.impl.nio.ssl that implement IOEventDispatchModifier and TypeClassDescriptionclassDeprecated.(4.2) useDefaultHttpClientIODispatchclassDeprecated.(4.2) useDefaultHttpServerIODispatch -
Uses of IOEventDispatch in org.apache.http.nio.reactor
Methods in org.apache.http.nio.reactor with parameters of type IOEventDispatchModifier and TypeMethodDescriptionvoidIOReactor.execute(IOEventDispatch eventDispatch) Starts the reactor and initiates the dispatch of I/O event notifications to the givenIOEventDispatch.
DefaultHttpClientIODispatch