Uses of Class
org.apache.hc.core5.http.nio.command.RequestExecutionCommand
-
Packages that use RequestExecutionCommand Package Description org.apache.hc.core5.http.impl.nio 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 RequestExecutionCommand Modifier and Type Method Description (package private) abstract voidAbstractHttp1StreamDuplexer. execute(RequestExecutionCommand executionCommand)(package private) voidClientHttp1StreamDuplexer. execute(RequestExecutionCommand executionCommand)(package private) voidServerHttp1StreamDuplexer. execute(RequestExecutionCommand executionCommand)
-