Pong

final case class Pong(data: ByteVector) extends ControlFrame
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def opcode: Int
override def toString: String
Definition Classes
Any

Inherited methods

override def equals(obj: Any): Boolean
Definition Classes
Inherited from
WebSocketFrame
override def hashCode: Int
Definition Classes
Inherited from
WebSocketFrame
final def last: Boolean
Inherited from
ControlFrame
final def length: Int
Inherited from
WebSocketFrame
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product