| Package | Description | 
|---|---|
| org.apache.hc.core5.http.impl.bootstrap | HTTP/1.1 requester and server bootstrap. | 
| org.apache.hc.core5.reactor | Event driven network communication APIs and components loosely based on
 Doug Lea's
 reactor pattern. | 
| Modifier and Type | Method and Description | 
|---|---|
| IOReactorStatus | AsyncServer. getStatus() | 
| IOReactorStatus | AsyncRequester. getStatus() | 
| Modifier and Type | Method and Description | 
|---|---|
| IOReactorStatus | DefaultListeningIOReactor. getStatus() | 
| IOReactorStatus | IOReactor. getStatus()Returns the current status of the reactor. | 
| IOReactorStatus | DefaultConnectingIOReactor. getStatus() | 
| 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.