Uses of Interface
io.netty5.handler.codec.http2.Http2StreamChannel
-
Packages that use Http2StreamChannel Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2StreamChannel in io.netty5.handler.codec.http2
Methods in io.netty5.handler.codec.http2 that return types with arguments of type Http2StreamChannel Modifier and Type Method Description Future<Http2StreamChannel>
Http2StreamChannelBootstrap. open()
Open a newHttp2StreamChannel
to use.Future<Http2StreamChannel>
Http2StreamChannelBootstrap. open(Promise<Http2StreamChannel> promise)
Open a newHttp2StreamChannel
to use and notifies the givenPromise
.Method parameters in io.netty5.handler.codec.http2 with type arguments of type Http2StreamChannel Modifier and Type Method Description Future<Http2StreamChannel>
Http2StreamChannelBootstrap. 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.
-