Merged

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

Attributes

Graph
Supertypes
trait Frame[B]
class Object
trait Matchable
class Any
Known subtypes
class Binary[B]
object ConnectionClose.type
trait Control[B]
object Ping.type
object Pong.type
class Text[B]
class Unspecified[B]

Members list

Concise view

Value members

Abstract methods

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

Inherited methods

def fin: Boolean

Attributes

Inherited from:
Frame
def opcode: Int

Attributes

Inherited from:
Frame