Uses of Interface
org.apache.hc.core5.http.StreamControl
Packages that use StreamControl
Package
Description
Commands for HTTP transports based on asynchronous, event driven I/O model.
-
Uses of StreamControl in org.apache.hc.core5.http.nio.command
Methods in org.apache.hc.core5.http.nio.command with parameters of type StreamControlModifier and TypeMethodDescriptionvoidRequestExecutionCommand.initiated(StreamControl streamControl) Constructor parameters in org.apache.hc.core5.http.nio.command with type arguments of type StreamControlModifierConstructorDescriptionRequestExecutionCommand(AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, HttpContext context, Callback<StreamControl> initiationCallback)