tyrian.websocket

Members list

Type members

Classlikes

final case class KeepAliveSettings(timeout: FiniteDuration)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final class LiveSocket[F[_]](val socket: WebSocket, val subs: Sub[F, WebSocketEvent])(implicit evidence$2: Async[F])

The running instance of the WebSocket

The running instance of the WebSocket

Attributes

Supertypes
class Object
trait Matchable
class Any
final class WebSocket[F[_]](liveSocket: LiveSocket[F])(implicit evidence$1: Async[F])

Helper WebSocket instance to store in your model that acts as a controller

Helper WebSocket instance to store in your model that acts as a controller

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object WebSocket

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
WebSocket.type
sealed trait WebSocketConnect[F[_]]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Error[F]
class Socket[F]

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Messages the WebSocket can produce

Messages the WebSocket can produce

Attributes

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

Attributes

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

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type