程序包 | 说明 |
---|---|
io.netty.handler.codec.http2 |
Benchmarks for
io.netty.handler.codec.http2 . |
限定符和类型 | 字段和说明 |
---|---|
protected Http2Connection.PropertyKey |
Http2FrameCodec.streamKey |
限定符和类型 | 方法和说明 |
---|---|
Http2Connection.PropertyKey |
Http2Connection.newKey()
Creates a new key that is unique within this
Http2Connection . |
Http2Connection.PropertyKey |
DefaultHttp2Connection.newKey() |
限定符和类型 | 方法和说明 |
---|---|
<V> V |
Http2Stream.getProperty(Http2Connection.PropertyKey key)
Returns application-defined data if any was associated with this stream.
|
<V> V |
Http2Stream.removeProperty(Http2Connection.PropertyKey key)
Returns and removes application-defined data if any was associated with this stream.
|
<V> V |
Http2Stream.setProperty(Http2Connection.PropertyKey key,
V value)
Associates the application-defined data with this stream.
|