Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttp2FrameReader
A
Http2FrameReader that supports all frame types defined by the HTTP/2 specification. |
class |
Http2InboundFrameLogger
Decorator around a
Http2FrameReader that logs all inbound frames before calling
back the listener. |
Constructor and Description |
---|
DefaultHttp2ConnectionDecoder(Http2Connection connection,
Http2ConnectionEncoder encoder,
Http2FrameReader frameReader) |
DefaultHttp2ConnectionDecoder(Http2Connection connection,
Http2ConnectionEncoder encoder,
Http2FrameReader frameReader,
Http2PromisedRequestVerifier requestVerifier) |
Http2InboundFrameLogger(Http2FrameReader reader,
Http2FrameLogger logger) |
Copyright © 2008–2017 The Netty Project. All rights reserved.