程序包 | 说明 |
---|---|
io.netty.handler.codec.http2 |
Benchmarks for
io.netty.handler.codec.http2 . |
限定符和类型 | 方法和说明 |
---|---|
Future<Http2StreamChannel> |
Http2StreamChannelBootstrap.open()
Open a new
Http2StreamChannel to use. |
Future<Http2StreamChannel> |
Http2StreamChannelBootstrap.open(Promise<Http2StreamChannel> promise)
Open a new
Http2StreamChannel to use and notifies the given Promise . |
限定符和类型 | 方法和说明 |
---|---|
Future<Http2StreamChannel> |
Http2StreamChannelBootstrap.open(Promise<Http2StreamChannel> promise)
Open a new
Http2StreamChannel to use and notifies the given Promise . |
void |
Http2StreamChannelBootstrap.open0(ChannelHandlerContext ctx,
Promise<Http2StreamChannel> promise)
已过时。
should not be used directly. Use
Http2StreamChannelBootstrap.open() or Http2StreamChannelBootstrap.open(Promise) |