public interface  io.netty.handler.codec.spdy.SpdyPingFrame extends java.lang.Object implements io.netty.handler.codec.spdy.SpdyFrame
{
public abstract int id();
public abstract io.netty.handler.codec.spdy.SpdyPingFrame setId(int);
}