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.
Default implementation of HTTP/2 transport based on
the asynchronous (non-blocking) 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 TypeClassDescriptionclassAbstract 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 classRequest execution command.final classShutdown command.final classStale check command. -
Uses of Command in org.apache.hc.core5.http2.impl.nio
Methods in org.apache.hc.core5.http2.impl.nio with parameters of type CommandModifier and TypeMethodDescription(package private) voidAbstractH2StreamMultiplexer.submitCommand(Command command) -
Uses of Command in org.apache.hc.core5.http2.nio.command
Classes in org.apache.hc.core5.http2.nio.command that implement CommandModifier and TypeClassDescriptionfinal classHTTP/2 ping command.final classActivates the stream reserved with a push promise -
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 firstCommandfrom the command queue if available.IOSessionImpl.poll()Methods in org.apache.hc.core5.reactor with parameters of type CommandModifier and TypeMethodDescriptionvoidInternalDataChannel.enqueue(Command command, Command.Priority priority) voidIOSession.enqueue(Command command, Command.Priority priority) InsertsCommandat the end of the command queue.voidIOSessionImpl.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 TypeMethodDescriptionvoidSSLIOSession.enqueue(Command command, Command.Priority priority)