public interface SpdyPingFrame
Modifier and Type | Method and Description |
---|---|
int |
getId()
Returns the ID of this frame.
|
int |
getID()
Deprecated.
Use
getId() instead. |
void |
setId(int id)
Sets the ID of this frame.
|
void |
setID(int id)
Deprecated.
Use
setId(int) instead. |
@Deprecated int getID()
getId()
instead.int getId()
@Deprecated void setID(int id)
setId(int)
instead.void setId(int id)
Copyright © 2008–2014 The Netty Project. All rights reserved.