public class DefaultSpdyPingFrame extends Object implements SpdyPingFrame
SpdyPingFrame
implementation.Constructor and Description |
---|
DefaultSpdyPingFrame(int id)
Creates a new instance.
|
public DefaultSpdyPingFrame(int id)
id
- the unique ID of this framepublic int getId()
SpdyPingFrame
getId
in interface SpdyPingFrame
public void setId(int id)
SpdyPingFrame
setId
in interface SpdyPingFrame
Copyright © 2008-2014 The Netty Project. All Rights Reserved.