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
    id()
    Returns the ID of this frame.
    setId(int id)
    Sets the ID of this frame.
  • Method Details

    • id

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

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