io.laminext.websocket

Members list

Type members

Classlikes

trait ReExports

Attributes

Supertypes
class Object
trait Matchable
class Any
object WebSocket

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
WebSocket.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
Supertypes
class Object
trait Matchable
class Any
final class WebSocketBuilder[Receive, Send](url: String, protocol: UndefOr[String], initializer: WebSocketInitialize, sender: () => Send, receiver: () => Receive)

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any