Uses of Class
org.apache.hc.core5.http.nio.command.RequestExecutionCommand
Packages that use RequestExecutionCommand
Package
Description
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
-
Uses of RequestExecutionCommand in org.apache.hc.core5.http.impl.nio
Methods in org.apache.hc.core5.http.impl.nio with parameters of type RequestExecutionCommandModifier and TypeMethodDescription(package private) abstract void
AbstractHttp1StreamDuplexer.execute
(RequestExecutionCommand executionCommand) (package private) void
ClientHttp1StreamDuplexer.execute
(RequestExecutionCommand executionCommand) (package private) void
ServerHttp1StreamDuplexer.execute
(RequestExecutionCommand executionCommand)