Uses of Interface
org.apache.hc.core5.reactor.Command
Packages that use Command
Package
Description
Commands for HTTP transports based on asynchronous, event driven I/O model.
HTTP/2 specific commands for HTTP/2 transport based
on asynchronous, event driven I/O model.
Event driven network communication APIs and components loosely based on
Doug Lea's
reactor pattern.
TLS/SSL support for I/O reactors.
-
Uses of Command in org.apache.hc.core5.http.nio.command
Classes in org.apache.hc.core5.http.nio.command that implement CommandModifier and TypeClassDescriptionclass
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 throughCancellableDependency
.final class
Request execution command.final class
Shutdown command. -
Uses of Command in org.apache.hc.core5.http2.nio.command
Classes in org.apache.hc.core5.http2.nio.command that implement Command -
Uses of Command in org.apache.hc.core5.reactor
Fields in org.apache.hc.core5.reactor with type parameters of type CommandMethods in org.apache.hc.core5.reactor that return CommandModifier and TypeMethodDescriptionInternalDataChannel.poll()
IOSession.poll()
Removes firstCommand
from the command queue if available.IOSessionImpl.poll()
Methods in org.apache.hc.core5.reactor with parameters of type CommandModifier and TypeMethodDescriptionvoid
InternalDataChannel.enqueue
(Command command, Command.Priority priority) void
IOSession.enqueue
(Command command, Command.Priority priority) InsertsCommand
at the end of the command queue.void
IOSessionImpl.enqueue
(Command command, Command.Priority priority) -
Uses of Command in org.apache.hc.core5.reactor.ssl
Methods in org.apache.hc.core5.reactor.ssl that return CommandMethods in org.apache.hc.core5.reactor.ssl with parameters of type CommandModifier and TypeMethodDescriptionvoid
SSLIOSession.enqueue
(Command command, Command.Priority priority) -
Uses of Command in org.apache.hc.core5.testing.nio
Methods in org.apache.hc.core5.testing.nio that return CommandMethods in org.apache.hc.core5.testing.nio with parameters of type CommandModifier and TypeMethodDescriptionvoid
LoggingIOSession.enqueue
(Command command, Command.Priority priority) void
ClientSessionEndpoint.execute
(Command command, Command.Priority priority)