Uses of Enum
org.apache.hc.core5.reactor.Command.Priority
Packages that use Command.Priority
Package
Description
Commands for HTTP transports 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.Priority in org.apache.hc.core5.http.nio.command
Methods in org.apache.hc.core5.http.nio.command with parameters of type Command.PriorityModifier and TypeMethodDescriptionShutdownCommand.createIOSessionCallback
(Command.Priority priority) -
Uses of Command.Priority in org.apache.hc.core5.reactor
Methods in org.apache.hc.core5.reactor that return Command.PriorityModifier and TypeMethodDescriptionstatic Command.Priority
Returns the enum constant of this type with the specified name.static Command.Priority[]
Command.Priority.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hc.core5.reactor with parameters of type Command.PriorityModifier 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.Priority in org.apache.hc.core5.reactor.ssl
Methods in org.apache.hc.core5.reactor.ssl with parameters of type Command.PriorityModifier and TypeMethodDescriptionvoid
SSLIOSession.enqueue
(Command command, Command.Priority priority) -
Uses of Command.Priority in org.apache.hc.core5.testing.nio
Methods in org.apache.hc.core5.testing.nio with parameters of type Command.PriorityModifier and TypeMethodDescriptionvoid
LoggingIOSession.enqueue
(Command command, Command.Priority priority) void
ClientSessionEndpoint.execute
(Command command, Command.Priority priority)