软件包 | 描述 |
---|---|
io.netty.handler.codec.http2 |
用于发送和接收HTTP / 2帧的处理程序。
|
Modifier and Type | Method and Description |
---|---|
Http2Connection.PropertyKey |
Http2Connection.newKey()
创建一个在此 Http2Connection 内唯一的新密钥。
|
Http2Connection.PropertyKey |
DefaultHttp2Connection.newKey() |
Modifier and Type | Method and Description |
---|---|
<V> V |
Http2Stream.getProperty(Http2Connection.PropertyKey key)
返回任何与此流关联的应用程序定义数据。
|
<V> V |
Http2Stream.removeProperty(Http2Connection.PropertyKey key)
返回并删除应用程序定义的数据,如果有任何与此流关联的。
|
<V> V |
Http2Stream.setProperty(Http2Connection.PropertyKey key, V value)
将应用程序定义的数据与此流关联。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.