PingFrame.this

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

@param payload the payload for this PING frame @param reply whether this PING frame is a reply

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

Meta