Uses of Interface
io.netty.handler.codec.http2.Http2StreamChannel
Packages that use Http2StreamChannel
-
Uses of Http2StreamChannel in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2StreamChannelModifier and TypeClassDescription(package private) class
private final class
Deprecated.private final class
Methods in io.netty.handler.codec.http2 that return Http2StreamChannelModifier and TypeMethodDescription(package private) final Http2StreamChannel
Http2MultiplexCodec.newOutboundStream()
Deprecated.(package private) Http2StreamChannel
Http2MultiplexHandler.newOutboundStream()
Methods in io.netty.handler.codec.http2 that return types with arguments of type Http2StreamChannelModifier and TypeMethodDescriptionHttp2StreamChannelBootstrap.open()
Open a newHttp2StreamChannel
to use.Http2StreamChannelBootstrap.open
(Promise<Http2StreamChannel> promise) Open a newHttp2StreamChannel
to use and notifies the givenPromise
.Method parameters in io.netty.handler.codec.http2 with type arguments of type Http2StreamChannelModifier and TypeMethodDescriptionHttp2StreamChannelBootstrap.open
(Promise<Http2StreamChannel> promise) Open a newHttp2StreamChannel
to use and notifies the givenPromise
.void
Http2StreamChannelBootstrap.open0
(ChannelHandlerContext ctx, Promise<Http2StreamChannel> promise) Deprecated.should not be used directly.