| 软件包 | 描述 |
|---|---|
| io.netty.handler.codec.http2 |
用于发送和接收HTTP / 2帧的处理程序。
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Http2DataFrame
HTTP / 2数据帧。
|
interface |
Http2HeadersFrame
HTTP / 2 HEADERS帧。
|
interface |
Http2ResetFrame
HTTP / 2 RST_STREAM帧。
|
interface |
Http2WindowUpdateFrame
HTTP / 2 WINDOW_UPDATE帧。
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHttp2StreamFrame
抽象执行 Http2StreamFrame 。
|
class |
DefaultHttp2DataFrame
默认的 Http2DataFrame实现。
|
class |
DefaultHttp2HeadersFrame
默认的 Http2HeadersFrame实现。
|
class |
DefaultHttp2ResetFrame
默认的 Http2ResetFrame实现。
|
class |
DefaultHttp2WindowUpdateFrame
默认的 Http2WindowUpdateFrame实现。
|
| Modifier and Type | Method and Description |
|---|---|
Http2StreamFrame |
Http2StreamFrame.stream(Http2FrameStream stream)
设置此帧的 Http2FrameStream对象。
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Http2StreamFrameToHttpObjectCodec.decode(ChannelHandlerContext ctx, Http2StreamFrame frame, java.util.List<java.lang.Object> out) |
Copyright © 2008–2018 The Netty Project. All rights reserved.