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 |
Http2GoAwayFrame
HTTP/2 GOAWAY frame.
|
interface |
Http2HeadersFrame
HTTP/2 HEADERS frame.
|
interface |
Http2ResetFrame
HTTP/2 RST_STREAM frame.
|
interface |
Http2StreamFrame
A frame whose meaning may apply to a particular stream, instead of the entire
connection.
|
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 |
DefaultHttp2GoAwayFrame
The default
Http2GoAwayFrame implementation. |
class |
DefaultHttp2HeadersFrame
The default
Http2HeadersFrame implementation. |
class |
DefaultHttp2ResetFrame
The default
Http2ResetFrame implementation. |
class |
DefaultHttp2WindowUpdateFrame
The default
Http2WindowUpdateFrame implementation. |
Copyright © 2008–2017 The Netty Project. All rights reserved.