| 程序包 | 说明 |
|---|---|
| io.netty.handler.codec.http2 |
Benchmarks for
io.netty.handler.codec.http2. |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> Http2StreamChannelBootstrap |
Http2StreamChannelBootstrap.attr(AttributeKey<T> key,
T value)
Allow to specify an initial attribute of the newly created
Http2StreamChannel. |
Http2StreamChannelBootstrap |
Http2StreamChannelBootstrap.handler(ChannelHandler handler)
the
ChannelHandler to use for serving the requests. |
<T> Http2StreamChannelBootstrap |
Http2StreamChannelBootstrap.option(ChannelOption<T> option,
T value)
Allow to specify a
ChannelOption which is used for the Http2StreamChannel instances once they got
created. |