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. |
Modifier and Type | Method and Description |
---|---|
Http2ConnectionDecoder.Builder |
Http2ConnectionDecoder.Builder.frameReader(Http2FrameReader frameReader)
Sets the
Http2FrameReader to be used when building the decoder. |
DefaultHttp2ConnectionDecoder.Builder |
DefaultHttp2ConnectionDecoder.Builder.frameReader(Http2FrameReader frameReader) |
Constructor and Description |
---|
Http2ConnectionHandler(Http2Connection connection,
Http2FrameReader frameReader,
Http2FrameWriter frameWriter,
Http2FrameListener listener) |
Http2InboundFrameLogger(Http2FrameReader reader,
Http2FrameLogger logger) |
HttpToHttp2ConnectionHandler(Http2Connection connection,
Http2FrameReader frameReader,
Http2FrameWriter frameWriter,
Http2FrameListener listener) |
Copyright © 2008–2015 The Netty Project. All rights reserved.