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 |
SpdyPingFrame.setId(int id)
Sets the ID of this frame.
|
SpdyPingFrame |
DefaultSpdyPingFrame.setId(int id) |
Copyright © 2008–2017 The Netty Project. All rights reserved.