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.PriorityCommand.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 voidInternalDataChannel. 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.Priority Modifier and Type Method Description voidSSLIOSession. 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 voidLoggingIOSession. enqueue(Command command, Command.Priority priority)voidClientSessionEndpoint. execute(Command command, Command.Priority priority)
-