org.terminal21.ws

Members list

Type members

Classlikes

abstract class AbstractWsListener extends WsListener

Attributes

Supertypes
trait WsListener
class Object
trait Matchable
class Any
Known subtypes
trait BufferDataTransformer[A] extends Transformer[BufferData, A]

Attributes

Supertypes
trait Transformer[BufferData, A]
class Object
trait Matchable
class Any
case class ClientWsListener[R, S](listener: ReliableClientWsListener, dataIterator: LazyBlockingIterator[BufferData], receivedIterator: Iterator[R], send: S => Unit)

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
abstract class ReliableClientWsListener(id: String, wsClient: WsClient, remotePath: String, fiberExecutor: FiberExecutor, pingEveryMs: Long) extends AbstractWsListener

Attributes

Companion
object
Supertypes
trait WsListener
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
abstract class ReliableServerWsListener(fiberExecutor: FiberExecutor) extends AbstractWsListener

Attributes

Companion
object
Supertypes
trait WsListener
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
case class ServerValue[A](id: String, value: A)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ServerWsListener[R, S](listener: ReliableServerWsListener, dataIterator: LazyBlockingIterator[ServerValue[BufferData]], receivedIterator: Iterator[R], send: S => Unit)

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
trait Transformer[A, B]

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes