Uses of Interface
org.apache.hc.core5.http.nio.RequestChannel
-
Packages that use RequestChannel Package Description org.apache.hc.core5.http.nio Core HTTP transport APIs based on the asynchronous, event driven I/O model.org.apache.hc.core5.http.nio.support Support classes for the asynchronous I/O model.org.apache.hc.core5.http.nio.support.classic Support classes for the asynchronous I/O model that emulate behavior of the classic (blocking) I/O model. -
-
Uses of RequestChannel in org.apache.hc.core5.http.nio
Methods in org.apache.hc.core5.http.nio with parameters of type RequestChannel Modifier and Type Method Description voidAsyncClientExchangeHandler. produceRequest(RequestChannel channel, HttpContext context)Triggered to signal the ability of the underlying request channel to accept a request messages.voidAsyncRequestProducer. sendRequest(RequestChannel channel, HttpContext context)Triggered to signal the ability of the underlying request channel to accept a request messages. -
Uses of RequestChannel in org.apache.hc.core5.http.nio.support
Methods in org.apache.hc.core5.http.nio.support with parameters of type RequestChannel Modifier and Type Method Description voidBasicClientExchangeHandler. produceRequest(RequestChannel requestChannel, HttpContext httpContext)voidBasicRequestProducer. sendRequest(RequestChannel requestChannel, HttpContext httpContext) -
Uses of RequestChannel in org.apache.hc.core5.http.nio.support.classic
Methods in org.apache.hc.core5.http.nio.support.classic with parameters of type RequestChannel Modifier and Type Method Description voidClassicToAsyncRequestProducer. sendRequest(RequestChannel channel, HttpContext context)
-