mycelium-core
mycelium-core
API
mycelium.core
client
DroppedMessageException
ExceptionInBackendResponse
IncidentHandler
RequestMap
SendType
SendType
NowOrFail
WhenConnected
WhenConnected
TimeoutException
WebsocketClient
WebsocketClientConfig
WebsocketClientWithPayload
WebsocketConnection
WebsocketListener
WebsocketMessage
WebsocketMessage
Buffered
Direct
WebsocketMessageSender
message
CallRequest
CallResponse
CallResponseException
CallResponseFailure
ClientMessage
DeserializablePayload
DeserializablePayload
Notification
Ping
Pong
SerializablePayload
SerializablePayload
ServerMessage
Cancelable
Cancelable
mycelium-core
/
mycelium.core
/
mycelium.core.client
/
WebsocketConnection
WebsocketConnection
mycelium.core.client.WebsocketConnection
trait
WebsocketConnection
[
PickleType
]
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Abstract methods
def
rawSend
(
value
:
PickleType
):
Unit
def
run
(
location
: ()
=>
Future
[
String
],
wsConfig
:
WebsocketClientConfig
,
pingMessage
:
PickleType
,
listener
:
WebsocketListener
[
PickleType
]):
Cancelable
def
send
(
value
:
WebsocketMessage
[
PickleType
]):
Unit
In this article
Attributes
Members list
Value members
Abstract methods