Class CommandSupport
- java.lang.Object
-
- org.apache.hc.core5.http.nio.command.CommandSupport
-
-
Constructor Summary
Constructors Constructor Description CommandSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
cancelCommands(IOSession ioSession)
Cancels all pending sessionCommand
s.static void
failCommands(IOSession ioSession, java.lang.Exception ex)
Fails all pending sessionCommand
s.
-