| Package | Description |
|---|---|
| io.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSpdyPingFrame
The default
SpdyPingFrame implementation. |
| Modifier and Type | Method and Description |
|---|---|
SpdyPingFrame |
DefaultSpdyPingFrame.setId(int id) |
SpdyPingFrame |
SpdyPingFrame.setId(int id)
Sets the ID of this frame.
|
Copyright © 2008–2025 The Netty Project. All rights reserved.