| 程序包 | 说明 |
|---|---|
| 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 |
DecoratingHttp2ConnectionDecoder
Decorator around another
Http2ConnectionDecoder instance. |
class |
DefaultHttp2ConnectionDecoder
Provides the default implementation for processing inbound frame events and delegates to a
Http2FrameListener
This class will read HTTP/2 frames and delegate the events to a Http2FrameListener
This interface enforces inbound flow control functionality through
Http2LocalFlowController |
| 限定符和类型 | 方法和说明 |
|---|---|
Http2ConnectionDecoder |
Http2ConnectionHandler.decoder() |
protected Http2ConnectionDecoder |
AbstractHttp2ConnectionHandlerBuilder.decoder()
Returns the
Http2ConnectionDecoder to use. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected HelloWorldHttp2Handler |
HelloWorldHttp2HandlerBuilder.build(Http2ConnectionDecoder decoder,
Http2ConnectionEncoder encoder,
Http2Settings initialSettings) |