程序包 | 说明 |
---|---|
io.netty.example.http2.helloworld.server | |
io.netty.handler.codec.http2 |
Benchmarks for
io.netty.handler.codec.http2 . |
io.netty.testsuite.http2 |
This package is intended to test the http2 implementation against the specification
using h2spec
|
限定符和类型 | 方法和说明 |
---|---|
protected HelloWorldHttp2Handler |
HelloWorldHttp2HandlerBuilder.build(Http2ConnectionDecoder decoder,
Http2ConnectionEncoder encoder,
Http2Settings initialSettings) |
限定符和类型 | 类和说明 |
---|---|
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. |
限定符和类型 | 方法和说明 |
---|---|
Http2ConnectionEncoder |
Http2ConnectionHandler.encoder() |
protected Http2ConnectionEncoder |
AbstractHttp2ConnectionHandlerBuilder.encoder()
Returns the
Http2ConnectionEncoder to use. |
限定符和类型 | 方法和说明 |
---|---|
protected HelloWorldHttp2Handler |
HelloWorldHttp2HandlerBuilder.build(Http2ConnectionDecoder decoder,
Http2ConnectionEncoder encoder,
Http2Settings initialSettings) |