io.laminext.websocket

Members list

Concise view

Type members

Classlikes

trait ReExports

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
object WebSocket

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class WebSocket[Receive, Send](url: String, protocol: UndefOr[String], initializer: WebSocketInitialize, sender: () => Send, receiver: () => Receive, managed: Boolean, bufferWhenDisconnected: Boolean, bufferSize: Int, autoReconnect: Boolean, reconnectDelay: FiniteDuration, reconnectDelayOffline: FiniteDuration, reconnectRetries: Int)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
final class WebSocketBuilder[Receive, Send](url: String, protocol: UndefOr[String], initializer: WebSocketInitialize, sender: () => Send, receiver: () => Receive)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
case object WebSocketError extends Exception

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Self type
sealed abstract class WebSocketEvent[+Receive]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Closed
class Connected
class Error
class Received[T]

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final class WebSocketReceiveArrayBufferBuilder(url: String, protocol: UndefOr[String])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
final class WebSocketReceiveBlobBuilder(url: String, protocol: UndefOr[String])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
final class WebSocketReceiveBuilder(val url: String, val protocol: UndefOr[String])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
final class WebSocketReceiveStringBuilder(url: String, protocol: UndefOr[String])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
final class WebSocketReceiveTextBuilder[Receive](url: String, protocol: UndefOr[String], decode: String => Either[Throwable, Receive])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any