软件包 | 描述 |
---|---|
io.netty.handler.codec.http2 |
用于发送和接收HTTP / 2帧的处理程序。
|
Modifier and Type | Method and Description |
---|---|
<T> Http2StreamChannelBootstrap |
Http2StreamChannelBootstrap.attr(AttributeKey<T> key, T value)
允许指定新创建的 Http2StreamChannel 的初始属性。
|
Http2StreamChannelBootstrap |
Http2StreamChannelBootstrap.handler(ChannelHandler handler)
用于提供请求的 ChannelHandler 。
|
<T> Http2StreamChannelBootstrap |
Http2StreamChannelBootstrap.option(ChannelOption<T> option, T value)
允许指定 ChannelOption 其用于Http2StreamChannel 种情况下,一旦他们得到了创建。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.