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 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–2022 The Apache Software Foundation. All rights reserved.