| Package | Description |
|---|---|
| org.apache.http.impl.nio.reactor |
Default implementation of event driven network communication APIs
based on Java NIO.
|
| org.apache.http.nio.reactor |
Event driven network communication APIs loosely based on
Doug Lea's
reactor pattern.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected IOReactorStatus |
AbstractMultiworkerIOReactor.status |
| Modifier and Type | Method | Description |
|---|---|---|
IOReactorStatus |
AbstractIOReactor.getStatus() |
|
IOReactorStatus |
AbstractMultiworkerIOReactor.getStatus() |
| Modifier and Type | Method | Description |
|---|---|---|
IOReactorStatus |
IOReactor.getStatus() |
Returns the current status of the reactor.
|
static IOReactorStatus |
IOReactorStatus.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static IOReactorStatus[] |
IOReactorStatus.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|