Uses of Interface
io.netty.handler.codec.http2.Http2StreamChannel
-
Packages that use Http2StreamChannel Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2StreamChannel in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2StreamChannel Modifier and Type Class Description (package private) classAbstractHttp2StreamChannelprivate classHttp2MultiplexCodec.Http2MultiplexCodecStreamChannelDeprecated.private classHttp2MultiplexHandler.Http2MultiplexHandlerStreamChannelMethods in io.netty.handler.codec.http2 that return Http2StreamChannel Modifier and Type Method Description (package private) Http2StreamChannelHttp2MultiplexCodec. newOutboundStream()Deprecated.(package private) Http2StreamChannelHttp2MultiplexHandler. newOutboundStream()Methods in io.netty.handler.codec.http2 that return types with arguments of type Http2StreamChannel Modifier and Type Method Description Future<Http2StreamChannel>Http2StreamChannelBootstrap. open()Open a newHttp2StreamChannelto use.Future<Http2StreamChannel>Http2StreamChannelBootstrap. open(Promise<Http2StreamChannel> promise)Open a newHttp2StreamChannelto use and notifies the givenPromise.Method parameters in io.netty.handler.codec.http2 with type arguments of type Http2StreamChannel Modifier and Type Method Description Future<Http2StreamChannel>Http2StreamChannelBootstrap. open(Promise<Http2StreamChannel> promise)Open a newHttp2StreamChannelto use and notifies the givenPromise.voidHttp2StreamChannelBootstrap. open0(ChannelHandlerContext ctx, Promise<Http2StreamChannel> promise)Deprecated.should not be used directly.
-