Uses of Class
org.apache.hc.core5.http.nio.command.ExecutableCommand
-
Packages that use ExecutableCommand 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 ExecutableCommand in org.apache.hc.core5.http.nio.command
Subclasses of ExecutableCommand in org.apache.hc.core5.http.nio.command Modifier and Type Class Description class
RequestExecutionCommand
Request execution command. -
Uses of ExecutableCommand in org.apache.hc.core5.http2.impl.nio
Methods in org.apache.hc.core5.http2.impl.nio with parameters of type ExecutableCommand Modifier and Type Method Description (package private) abstract H2StreamHandler
AbstractH2StreamMultiplexer. createLocallyInitiatedStream(ExecutableCommand command, H2StreamChannel channel, HttpProcessor httpProcessor, BasicHttpConnectionMetrics connMetrics)
(package private) H2StreamHandler
ClientH2StreamMultiplexer. createLocallyInitiatedStream(ExecutableCommand command, H2StreamChannel channel, HttpProcessor httpProcessor, BasicHttpConnectionMetrics connMetrics)
(package private) H2StreamHandler
ServerH2StreamMultiplexer. createLocallyInitiatedStream(ExecutableCommand command, H2StreamChannel channel, HttpProcessor httpProcessor, BasicHttpConnectionMetrics connMetrics)
-