Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Http2DataFrame
HTTP/2 DATA frame.
|
interface |
Http2HeadersFrame
HTTP/2 HEADERS frame.
|
interface |
Http2ResetFrame
HTTP/2 RST_STREAM frame.
|
interface |
Http2WindowUpdateFrame
HTTP/2 WINDOW_UPDATE frame.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttp2StreamFrame
Abstract implementation of
Http2StreamFrame . |
class |
DefaultHttp2DataFrame
The default
Http2DataFrame implementation. |
class |
DefaultHttp2HeadersFrame
The default
Http2HeadersFrame implementation. |
class |
DefaultHttp2ResetFrame
The default
Http2ResetFrame implementation. |
class |
DefaultHttp2WindowUpdateFrame
The default
Http2WindowUpdateFrame implementation. |
Modifier and Type | Method and Description |
---|---|
Http2StreamFrame |
Http2StreamFrame.streamId(int streamId)
Sets the identifier of the stream this frame applies to.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Http2ServerDowngrader.decode(ChannelHandlerContext ctx,
Http2StreamFrame frame,
List<Object> out) |
Copyright © 2008–2017 The Netty Project. All rights reserved.