final case class Binary(data: ByteVector, last: Boolean = true) extends WebSocketFrame with Product with Serializable
- Source
- WebSocketFrame.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Binary
- Serializable
- Serializable
- Product
- Equals
- WebSocketFrame
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
data: ByteVector
- Definition Classes
- Binary → WebSocketFrame
-
def
equals(obj: Any): Boolean
- Definition Classes
- WebSocketFrame → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- WebSocketFrame → AnyRef → Any
-
val
last: Boolean
- Definition Classes
- Binary → WebSocketFrame
-
final
def
length: Int
- Definition Classes
- WebSocketFrame
-
def
opcode: Int
- Definition Classes
- Binary → WebSocketFrame
-
def
toString(): String
- Definition Classes
- Binary → AnyRef → Any