Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Http2ConnectionEncoder
Handler for outbound HTTP/2 traffic.
|
interface |
Http2FrameWriter
A writer responsible for marshaling HTTP/2 frames to the channel.
|
Modifier and Type | Class and Description |
---|---|
class |
CompressorHttp2ConnectionEncoder
A HTTP2 encoder that will compress data frames according to the
content-encoding header for each stream. |
class |
DefaultHttp2ConnectionEncoder
Default implementation of
Http2ConnectionEncoder . |
class |
DefaultHttp2FrameWriter
A
Http2FrameWriter that supports all frame types defined by the HTTP/2 specification. |
class |
Http2OutboundFrameLogger
Decorator around a
Http2FrameWriter that logs all outbound frames before calling the
writer. |
Copyright © 2008–2015 The Netty Project. All rights reserved.