| 程序包 | 说明 |
|---|---|
| io.netty.handler.codec.http2 |
Benchmarks for
io.netty.handler.codec.http2. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CompressorHttp2ConnectionEncoder
A decorating HTTP2 encoder that will compress data frames according to the
content-encoding header for each
stream. |
class |
DecoratingHttp2ConnectionEncoder
A decorator around another
Http2ConnectionEncoder instance. |
class |
DefaultHttp2ConnectionEncoder
Default implementation of
Http2ConnectionEncoder. |
class |
StreamBufferingEncoder
Implementation of a
Http2ConnectionEncoder that dispatches all method call to another
Http2ConnectionEncoder, until SETTINGS_MAX_CONCURRENT_STREAMS is reached. |