Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultClientIOEventDispatch
Default implementation of
IOEventDispatch interface for plain
(unencrypted) client-side HTTP connections. |
class |
DefaultServerIOEventDispatch
Default implementation of
IOEventDispatch interface for plain
(unencrypted) server-side HTTP connections. |
class |
SSLClientIOEventDispatch
Deprecated.
|
class |
SSLServerIOEventDispatch
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseIOReactor.execute(IOEventDispatch eventDispatch)
Activates the I/O reactor.
|
void |
AbstractMultiworkerIOReactor.execute(IOEventDispatch eventDispatch)
Activates the main I/O reactor as well as all worker I/O reactors.
|
Modifier and Type | Method and Description |
---|---|
void |
IOReactor.execute(IOEventDispatch eventDispatch)
Starts the reactor and initiates the dispatch of I/O event notifications
to the given
IOEventDispatch . |
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.