fmgp.util
package fmgp.util
Members list
Type members
Classlikes
object MyHeaders
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MyHeaders.type
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 Objecttrait Matchableclass Any
- Known subtypes
object Transport
trait TransportDIDComm[R] extends Transport[R, SignedMessage | EncryptedMessage, SignedMessage | EncryptedMessage]
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class TransportDIDCommWS[R]
class TransportDIDCommWS[R](transport: TransportWS[R, String]) extends TransportDIDComm[R]
Attributes
- Supertypes
object TransportID
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TransportID.type
trait TransportWS[R, M] extends Transport[R, M, M]
Attributes
- Supertypes
- 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
object TransportWSImp
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TransportWSImp.type
In this article