Uses of Interface
org.apache.hc.core5.http2.impl.nio.H2StreamListener
Packages that use H2StreamListener
Package
Description
Default implementation of HTTP/2 transport based on
the asynchronous (non-blocking) I/O model.
HTTP/2 capable requester and server bootstrap.
-
Uses of H2StreamListener in org.apache.hc.core5.http2.impl.nio
Fields in org.apache.hc.core5.http2.impl.nio declared as H2StreamListenerModifier and TypeFieldDescriptionprivate final H2StreamListenerAbstractH2StreamMultiplexer.streamListenerprivate final H2StreamListenerClientH2StreamMultiplexerFactory.streamListenerprivate final H2StreamListenerServerH2StreamMultiplexerFactory.streamListenerConstructors in org.apache.hc.core5.http2.impl.nio with parameters of type H2StreamListenerModifierConstructorDescription(package private)AbstractH2StreamMultiplexer(ProtocolIOSession ioSession, FrameFactory frameFactory, StreamIdGenerator idGenerator, HttpProcessor httpProcessor, CharCodingConfig charCodingConfig, H2Config h2Config, H2StreamListener streamListener) ClientH2StreamMultiplexer(ProtocolIOSession ioSession, FrameFactory frameFactory, HttpProcessor httpProcessor, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, H2Config h2Config, CharCodingConfig charCodingConfig, H2StreamListener streamListener) ClientH2StreamMultiplexerFactory(HttpProcessor httpProcessor, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, H2Config h2Config, CharCodingConfig charCodingConfig, H2StreamListener streamListener) ClientH2StreamMultiplexerFactory(HttpProcessor httpProcessor, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, H2StreamListener streamListener) ClientH2StreamMultiplexerFactory(HttpProcessor httpProcessor, H2StreamListener streamListener) ServerH2StreamMultiplexer(ProtocolIOSession ioSession, FrameFactory frameFactory, HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, CharCodingConfig charCodingConfig, H2Config h2Config, H2StreamListener streamListener) ServerH2StreamMultiplexerFactory(HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, H2Config h2Config, CharCodingConfig charCodingConfig, H2StreamListener 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 H2StreamListenerModifier and TypeFieldDescriptionprivate H2StreamListenerH2ServerBootstrap.h2StreamListenerprivate H2StreamListenerH2MultiplexingRequesterBootstrap.streamListenerprivate H2StreamListenerH2RequesterBootstrap.streamListenerMethods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type H2StreamListenerModifier and TypeMethodDescriptionH2MultiplexingRequesterBootstrap.setStreamListener(H2StreamListener streamListener) AssignsH2StreamListenerinstance.final H2RequesterBootstrapH2RequesterBootstrap.setStreamListener(H2StreamListener streamListener) AssignsH2StreamListenerinstance.final 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