Package | Description |
---|---|
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 | Field and Description |
---|---|
protected IOReactorStatus |
AbstractMultiworkerIOReactor.status |
Modifier and Type | Method and Description |
---|---|
IOReactorStatus |
AbstractIOReactor.getStatus() |
IOReactorStatus |
AbstractMultiworkerIOReactor.getStatus() |
Modifier and Type | Method and Description |
---|---|
IOReactorStatus |
IOReactor.getStatus()
Returns the current status of the reactor.
|
static IOReactorStatus |
IOReactorStatus.valueOf(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.
|
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.