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