fmgp.util
package fmgp.util
Members list
Type members
Classlikes
object MiddlewareUtils
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MiddlewareUtils.type
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
-
trait TransportDIDComm[R]class TransportDIDCommOverHTTPclass TransportDIDCommWS[R]class TransportWSImp[MSG]
object Transport
trait TransportDIDComm[R] extends Transport[R, SignedMessage | EncryptedMessage, SignedMessage | EncryptedMessage]
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class TransportDIDCommOverHTTPclass TransportDIDCommWS[R]
class TransportDIDCommOverHTTP(destination: String, inboundBuf: Hub[SignedMessage | EncryptedMessage]) extends TransportDIDComm[Client & Scope]
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object TransportDIDCommOverHTTP
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
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[Throwable]) 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
object Websocket
object WebsocketJVMImp
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
WebsocketJVMImp.type
In this article