Uses of Interface
org.apache.hc.core5.http2.impl.nio.H2StreamChannel
-
Packages that use H2StreamChannel Package Description org.apache.hc.core5.http2.impl.nio Default implementation of HTTP/2 transport based on the asynchronous (non-blocking) I/O model. -
-
Uses of H2StreamChannel in org.apache.hc.core5.http2.impl.nio
Classes in org.apache.hc.core5.http2.impl.nio that implement H2StreamChannel Modifier and Type Class Description private class
AbstractH2StreamMultiplexer.H2StreamChannelImpl
Fields in org.apache.hc.core5.http2.impl.nio declared as H2StreamChannel Modifier and Type Field Description private H2StreamChannel
ClientPushH2StreamHandler. internalOutputChannel
private H2StreamChannel
ClientH2StreamHandler. outputChannel
private H2StreamChannel
ServerH2StreamHandler. outputChannel
private H2StreamChannel
ServerPushH2StreamHandler. outputChannel
Constructors in org.apache.hc.core5.http2.impl.nio with parameters of type H2StreamChannel Constructor Description ClientH2StreamHandler(H2StreamChannel outputChannel, HttpProcessor httpProcessor, BasicHttpConnectionMetrics connMetrics, AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, HttpCoreContext context)
ClientPushH2StreamHandler(H2StreamChannel outputChannel, HttpProcessor httpProcessor, BasicHttpConnectionMetrics connMetrics, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, HttpCoreContext context)
ServerH2StreamHandler(H2StreamChannel outputChannel, HttpProcessor httpProcessor, BasicHttpConnectionMetrics connMetrics, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, HttpCoreContext context)
ServerPushH2StreamHandler(H2StreamChannel outputChannel, HttpProcessor httpProcessor, BasicHttpConnectionMetrics connMetrics, AsyncPushProducer pushProducer, HttpCoreContext context)
-