Modifier and Type | Method and Description |
---|---|
io.netty.util.concurrent.Future<Http2StreamChannel> |
Http2StreamChannelBootstrap.open()
Open a new
Http2StreamChannel to use. |
io.netty.util.concurrent.Future<Http2StreamChannel> |
Http2StreamChannelBootstrap.open(io.netty.util.concurrent.Promise<Http2StreamChannel> promise)
Open a new
Http2StreamChannel to use and notifies the given Promise . |
Modifier and Type | Method and Description |
---|---|
io.netty.util.concurrent.Future<Http2StreamChannel> |
Http2StreamChannelBootstrap.open(io.netty.util.concurrent.Promise<Http2StreamChannel> promise)
Open a new
Http2StreamChannel to use and notifies the given Promise . |
void |
Http2StreamChannelBootstrap.open0(io.netty.channel.ChannelHandlerContext ctx,
io.netty.util.concurrent.Promise<Http2StreamChannel> promise)
Deprecated.
should not be used directly. Use
Http2StreamChannelBootstrap.open() or Http2StreamChannelBootstrap.open(Promise) |
Copyright © 2008–2021 The Netty Project. All rights reserved.