| 程序包 | 说明 |
|---|---|
| io.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultSpdyPingFrame
The default
SpdyPingFrame implementation. |
| 限定符和类型 | 方法和说明 |
|---|---|
SpdyPingFrame |
SpdyPingFrame.setId(int id)
Sets the ID of this frame.
|
SpdyPingFrame |
DefaultSpdyPingFrame.setId(int id) |