Uses of Class
org.apache.hc.core5.http.nio.command.ShutdownCommand
Packages that use ShutdownCommand
Package
Description
Commands for HTTP transports based on asynchronous, event driven I/O model.
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 ShutdownCommandModifier and TypeFieldDescriptionstatic final ShutdownCommandShutdownCommand.GRACEFULstatic final 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 ShutdownCommandModifier and TypeMethodDescriptionprivate voidAbstractH2StreamMultiplexer.executeShutdown(ShutdownCommand shutdownCommand)