Package | Description |
---|---|
org.apache.hc.core5.http.nio.command |
Commands for HTTP transports based on asynchronous, event driven I/O model.
|
org.apache.hc.core5.reactor |
Event driven network communication APIs and components loosely based on
Doug Lea's
reactor pattern.
|
org.apache.hc.core5.reactor.ssl |
TLS/SSL support for I/O reactors.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutableCommand
Abstract executable command that may need to do some cleaning up
in case of an failure and also optionally may want to cancel
the associated HTTP message exchange through
CancellableDependency . |
class |
RequestExecutionCommand
Request execution command.
|
class |
ShutdownCommand
Shutdown command.
|
Modifier and Type | Method and Description |
---|---|
Command |
IOSession.poll()
Removes first
Command from the command queue if available. |
Modifier and Type | Method and Description |
---|---|
void |
IOSession.enqueue(Command command,
Command.Priority priority)
Inserts
Command at the end of the command queue. |
Modifier and Type | Method and Description |
---|---|
Command |
SSLIOSession.poll() |
Modifier and Type | Method and Description |
---|---|
void |
SSLIOSession.enqueue(Command command,
Command.Priority priority) |
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.