Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
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)
Deprecated.
should not be used directly. Use
Http2StreamChannelBootstrap.open() or Http2StreamChannelBootstrap.open(Promise) |
Copyright © 2008–2024 The Netty Project. All rights reserved.