Interface SpdyPingFrame

All Superinterfaces:
SpdyFrame
All Known Implementing Classes:
DefaultSpdyPingFrame

public interface SpdyPingFrame extends SpdyFrame
A SPDY Protocol PING Frame
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the ID of this frame.
    void
    setId(int id)
    Sets the ID of this frame.
  • Method Details

    • getId

      int getId()
      Returns the ID of this frame.
    • setId

      void setId(int id)
      Sets the ID of this frame.