did-framework
did-framework
API
fmgp
did.comm
protocol
Action
AnyReply
AsyncReply
AsyncReplyOnly
BasicMessageExecuter
NoReply
NullProtocolExecute
ProtocolExecuter
ProtocolExecuter
ProtocolExecuterCollection
ProtocolExecuterWithServices
Reply
SyncReply
SyncReplyOnly
TrustPingExecuter
AgentExecutar
AgentExecutarImp
AgentExecutarImp
DynamicResolver
MessageDispatcher
MessageDispatcherJVM
MessageDispatcherJVM
Operator
TransportManager
TransportManager
util
MiddlewareUtils
MyHeaders
Transport
Transport
TransportDIDComm
TransportDIDCommOverHTTP
TransportDIDCommOverHTTP
TransportDIDCommWS
TransportID
TransportWS
TransportWSImp
TransportWSImp
Websocket
Websocket
State
WebsocketJVMImp
did-framework
/
fmgp
/
fmgp.util
/
TransportDIDCommWS
TransportDIDCommWS
fmgp.util.TransportDIDCommWS
class
TransportDIDCommWS
[
R
](
transport
:
TransportWS
[
R
,
String
])
extends
TransportDIDComm
[
R
]
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
TransportDIDComm
[
R
]
trait
Transport
[
R
,
SignedMessage
|
EncryptedMessage
,
SignedMessage
|
EncryptedMessage
]
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Concrete methods
def
close
:
UIO
[
Unit
]
def
id
:
TransportID
def
inbound
:
ZStream
[
R
,
InErr
,
SignedMessage
|
EncryptedMessage
]
Reciving from the other side. Income Messages
Reciving from the other side. Income Messages
Attributes
def
outbound
:
ZSink
[
R
,
OutErr
,
SignedMessage
|
EncryptedMessage
,
Nothing
,
Unit
]
Send to the other side. Out going Messages
Send to the other side. Out going Messages
Attributes
Inherited methods
def
send
(
message
:
SignedMessage
|
EncryptedMessage
):
ZIO
[
R
,
Nothing
,
Unit
]
Attributes
Inherited from:
Transport
In this article
Attributes
Members list
Value members
Concrete methods
Inherited methods