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
/
TransportWS
TransportWS
fmgp.util.TransportWS
trait
TransportWS
[
R
,
M
]
extends
Transport
[
R
,
M
,
M
]
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Transport
[
R
,
M
,
M
]
class
Object
trait
Matchable
class
Any
Known subtypes
class
TransportWSImp
[
MSG
]
Members list
Clear all
Value members
Abstract methods
def
ws
:
Websocket
[
Throwable
]
Concrete methods
override
def
id
:
TransportID
Attributes
Definition Classes
Transport
Inherited methods
def
inbound
:
ZStream
[
R
,
InErr
,
IN
]
Reciving from the other side. Income Messages
Reciving from the other side. Income Messages
Attributes
Inherited from:
Transport
def
outbound
:
ZSink
[
R
,
OutErr
,
OUT
,
Nothing
,
Unit
]
Send to the other side. Out going Messages
Send to the other side. Out going Messages
Attributes
Inherited from:
Transport
def
send
(
message
:
M
):
ZIO
[
R
,
Nothing
,
Unit
]
Attributes
Inherited from:
Transport
In this article
Attributes
Members list
Value members
Abstract methods
Concrete methods
Inherited methods