public interface SpdyPingFrame extends SpdyFrame
| Modifier and Type | Method and Description |
|---|---|
int |
id()
Returns the ID of this frame.
|
SpdyPingFrame |
setId(int id)
Sets the ID of this frame.
|
int id()
SpdyPingFrame setId(int id)
Copyright © 2008–2015 The Netty Project. All rights reserved.