did-framework
did-framework
API
fmgp.did
comm
protocol
Action
AnyReply
BasicMessageExecuter
NoReply
NullProtocolExecute
ProtocolExecuter
ProtocolExecuter
ProtocolExecuterCollection
ProtocolExecuterWithServices
Reply
TrustPingExecuter
DynamicResolver
framework
AgentExecutar
AgentExecutarImp
AgentExecutarImp
MyHeaders
Operator
Transport
Transport
TransmissionFlow
TransmissionType
TransportDIDCommOverHTTP
TransportDIDCommOverHTTP
TransportDIDCommWS
TransportDispatcher
TransportFactory
TransportFactoryImp
TransportID
TransportManager
TransportManager
TransportWS
TransportWSImp
TransportWSImp
Websocket
Websocket
State
WebsocketJVMImp
did-framework
/
fmgp.did
/
fmgp.did.framework
/
Websocket
Websocket
fmgp.did.framework.Websocket
See the
Websocket
companion object
trait
Websocket
[
E
]
Attributes
Companion
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Abstract methods
def
close
:
UIO
[
Unit
]
def
onMessage
(
message
:
String
):
IO
[
E
,
Unit
]
def
send
(
message
:
String
):
IO
[
E
,
Unit
]
Transmits data to the server over the WebSocket connection.
Transmits data to the server over the WebSocket connection.
Attributes
Concrete methods
def
onClose
(
reason
:
String
):
IO
[
E
,
Unit
]
def
onError
(
evType
:
String
,
errorMessage
:
String
):
IO
[
E
,
Unit
]
def
onHandshakeComplete
:
IO
[
E
,
Unit
]
def
onHandshakeTimeout
:
ZIO
[
Any
,
E
,
Unit
]
def
onOpen
(
evType
:
String
):
IO
[
E
,
Unit
]
Abstract fields
val
socketID
:
String
In this article
Attributes
Members list
Value members
Abstract methods
Concrete methods
Abstract fields