WebSocketFrame

zhttp.WebSocketFrame$
See theWebSocketFrame companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Binary(data: Chunk[Byte], last: Boolean) extends WebSocketFrame

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Close(data: Chunk[Byte]) extends ControlFrame

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class ControlFrame
class Object
trait Matchable
class Any
Show all
object Close

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Close.type
final case class Continuation(data: Chunk[Byte], last: Boolean) extends WebSocketFrame

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed abstract class ControlFrame extends WebSocketFrame

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Close
class Ping
class Pong

Attributes

Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
sealed abstract class InvalidCloseDataException extends RuntimeException

Attributes

Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
final case class Ping(data: Chunk[Byte]) extends ControlFrame

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class ControlFrame
class Object
trait Matchable
class Any
Show all
final case class Pong(data: Chunk[Byte]) extends ControlFrame

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class ControlFrame
class Object
trait Matchable
class Any
Show all
class ReasonTooLongException(val s: String) extends InvalidCloseDataException

Attributes

Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class Text(str: String, last: Boolean) extends WebSocketFrame

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete fields

val BINARY: Int
val CLOSE: Int
val CONTINUATION: Int
val PING: Int
val PONG: Int
val TEXT: Int