Uses of Interface
org.apache.hc.core5.http2.impl.nio.H2StreamListener
-
Packages that use H2StreamListener Package Description org.apache.hc.core5.http2.impl.nio Default implementation of HTTP/2 transport based on the asynchronous (non-blocking) I/O model.org.apache.hc.core5.http2.impl.nio.bootstrap HTTP/2 capable requester and server bootstrap.org.apache.hc.core5.testing.nio -
-
Uses of H2StreamListener in org.apache.hc.core5.http2.impl.nio
Fields in org.apache.hc.core5.http2.impl.nio declared as H2StreamListener Modifier and Type Field Description private H2StreamListenerAbstractH2StreamMultiplexer. streamListenerprivate H2StreamListenerClientH2StreamMultiplexerFactory. streamListenerprivate H2StreamListenerServerH2StreamMultiplexerFactory. streamListener -
Uses of H2StreamListener in org.apache.hc.core5.http2.impl.nio.bootstrap
Fields in org.apache.hc.core5.http2.impl.nio.bootstrap declared as H2StreamListener Modifier and Type Field Description private H2StreamListenerH2ServerBootstrap. h2StreamListenerprivate H2StreamListenerH2MultiplexingRequesterBootstrap. streamListenerprivate H2StreamListenerH2RequesterBootstrap. streamListenerMethods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type H2StreamListener Modifier and Type Method Description H2MultiplexingRequesterBootstrapH2MultiplexingRequesterBootstrap. setStreamListener(H2StreamListener streamListener)AssignsH2StreamListenerinstance.H2RequesterBootstrapH2RequesterBootstrap. setStreamListener(H2StreamListener streamListener)AssignsH2StreamListenerinstance.H2ServerBootstrapH2ServerBootstrap. setStreamListener(H2StreamListener h2StreamListener)AssignsH2StreamListenerinstance. -
Uses of H2StreamListener in org.apache.hc.core5.testing.nio
Classes in org.apache.hc.core5.testing.nio that implement H2StreamListener Modifier and Type Class Description classLoggingH2StreamListener
-