Uses of Class
org.apache.hc.core5.reactor.Command.Priority
-
Packages that use Command.Priority Package Description org.apache.hc.core5.http.nio.command Commands for HTTP transports based on asynchronous, event driven I/O model.org.apache.hc.core5.reactor Event driven network communication APIs and components loosely based on Doug Lea's reactor pattern.org.apache.hc.core5.reactor.ssl TLS/SSL support for I/O reactors.org.apache.hc.core5.testing.nio -
-
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.Priority Modifier and Type Method Description private static Callback<IOSession>
ShutdownCommand. createIOSessionCallback(Command.Priority priority)
-
Uses of Command.Priority in org.apache.hc.core5.reactor
Methods in org.apache.hc.core5.reactor that return Command.Priority Modifier and Type Method Description static Command.Priority
Command.Priority. valueOf(java.lang.String name)
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.Priority Modifier and Type Method Description void
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.Priority Modifier and Type Method Description void
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.Priority Modifier and Type Method Description void
LoggingIOSession. enqueue(Command command, Command.Priority priority)
void
ClientSessionEndpoint. execute(Command command, Command.Priority priority)
-