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 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. -
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 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) -
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 TypeMethodDescriptionvoidLoggingIOSession.enqueue(Command command, Command.Priority priority) voidClientSessionEndpoint.execute(Command command, Command.Priority priority)