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
Subclasses with type arguments of type Command.Priority in org.apache.hc.core5.reactorMethods in org.apache.hc.core5.reactor that return Command.PriorityModifier and TypeMethodDescriptionstatic Command.PriorityReturns 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 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.Priority in org.apache.hc.core5.reactor.ssl
Methods in org.apache.hc.core5.reactor.ssl with parameters of type Command.PriorityModifier and TypeMethodDescriptionvoidSSLIOSession.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 TypeMethodDescriptionvoidLoggingIOSession.enqueue(Command command, Command.Priority priority) voidClientSessionEndpoint.execute(Command command, Command.Priority priority)