|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IOEventDispatch | |
|---|---|
| org.apache.http.impl.nio | Default implementations for interfaces in
org.apache.http.nio. |
| org.apache.http.impl.nio.reactor | Default implementations for interfaces in
org.apache.http.nio including default
I/O reactor implementations and support for SSL/TLS transport security. |
| 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
Deprecated. (4.2) use DefaultHttpClientIODispatch |
class |
DefaultHttpClientIODispatch
Default IOEventDispatch implementation that supports both plain (non-encrypted)
and SSL encrypted client side HTTP connections. |
class |
DefaultHttpServerIODispatch
Default IOEventDispatch implementation that supports both plain (non-encrypted)
and SSL encrypted server side HTTP connections. |
class |
DefaultServerIOEventDispatch
Deprecated. (4.2) use DefaultHttpServerIODispatch |
class |
SSLClientIOEventDispatch
Deprecated. (4.2) use SSLClientIOEventDispatch |
class |
SSLServerIOEventDispatch
Deprecated. (4.2) use SSLServerIOEventDispatch |
| Uses of IOEventDispatch in org.apache.http.impl.nio.reactor |
|---|
| Classes in org.apache.http.impl.nio.reactor that implement IOEventDispatch | |
|---|---|
class |
AbstractIODispatch<T>
Abstract IOEventDispatch implementation that supports both plain (non-encrypted)
and SSL encrypted HTTP connections. |
| Methods in org.apache.http.impl.nio.reactor with parameters of type IOEventDispatch | |
|---|---|
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. |
| 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)
Starts the reactor and initiates the dispatch of I/O event notifications to the given IOEventDispatch. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||