fmgp.util

package fmgp.util

Members list

Type members

Classlikes

object MyHeaders

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
MyHeaders.type
trait Transport[R, IN, OUT]

The goal is to make this DID Comm library Transport-agnostic

The goal is to make this DID Comm library Transport-agnostic

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait TransportDIDComm[R]
trait TransportWS[R, M]
class TransportWSImp[MSG]
object Transport

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Transport.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class TransportDIDCommWS[R](transport: TransportWS[R, String]) extends TransportDIDComm[R]

Attributes

Supertypes
trait TransportDIDComm[R]
class Object
trait Matchable
class Any
object TransportID

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
trait TransportWS[R, M] extends Transport[R, M, M]

Attributes

Supertypes
trait Transport[R, M, M]
class Object
trait Matchable
class Any
Known subtypes
class TransportWSImp[MSG]
class TransportWSImp[MSG](outboundBuf: Queue[MSG], inboundBuf: Hub[MSG], val ws: Websocket[Err], val jsWS: WebSocket) extends TransportWS[Any, MSG]

this API is still a WIP

this API is still a WIP

The Auto reconnect feature was remove.

Attributes

Companion
object
Supertypes
trait TransportWS[Any, MSG]
trait Transport[Any, MSG, MSG]
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
trait Websocket[E]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Websocket

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Websocket.type