Class DefaultSpdyPingFrame

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultSpdyPingFrame​(int id)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int id()
      Returns the ID of this frame.
      SpdyPingFrame setId​(int id)
      Sets the ID of this frame.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DefaultSpdyPingFrame

        public DefaultSpdyPingFrame​(int id)
        Creates a new instance.
        Parameters:
        id - the unique ID of this frame
    • Method Detail

      • id

        public int id()
        Description copied from interface: SpdyPingFrame
        Returns the ID of this frame.
        Specified by:
        id in interface SpdyPingFrame
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object