Control

korolev.http.protocol.WebSocketProtocol$.Frame$.Control
sealed trait Control[B] extends Frame[B] with Merged[B]

Attributes

Graph
Supertypes
trait Merged[B]
trait Frame[B]
class Object
trait Matchable
class Any
Known subtypes
object ConnectionClose.type
object Ping.type
object Pong.type

Members list

Concise view

Value members

Inherited methods

def append(data: B, fin: Boolean): Merged[B]

Attributes

Inherited from:
Merged
def fin: Boolean

Attributes

Inherited from:
Frame
def opcode: Int

Attributes

Inherited from:
Frame