PingFrame.this

Creates a PING frame with the given {@code long} {@code value} as payload.

@param value the value to use as a payload for this PING frame @param reply whether this PING frame is a reply

  1. this(bool reply)
  2. this(long value, bool reply)
    class PingFrame
    this
    (
    long value
    ,
    bool reply
    )
  3. this(byte[] payload, bool reply)

Meta