Uses of Class
org.apache.hc.core5.http.nio.command.ShutdownCommand
-
Packages that use ShutdownCommand 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.http2.impl.nio Default implementation of HTTP/2 transport based on the asynchronous (non-blocking) I/O model. -
-
Uses of ShutdownCommand in org.apache.hc.core5.http.nio.command
Fields in org.apache.hc.core5.http.nio.command declared as ShutdownCommand Modifier and Type Field Description static ShutdownCommandShutdownCommand. GRACEFULstatic ShutdownCommandShutdownCommand. IMMEDIATE -
Uses of ShutdownCommand in org.apache.hc.core5.http2.impl.nio
Methods in org.apache.hc.core5.http2.impl.nio with parameters of type ShutdownCommand Modifier and Type Method Description private voidAbstractH2StreamMultiplexer. executeShutdown(ShutdownCommand shutdownCommand)
-