- All Known Subinterfaces:
EventDownlink<V>,ListDownlink<V>,MapDownlink<K,,V> ValueDownlink<V>
-
Method Summary
Modifier and TypeMethodDescriptionswim.structure.Valuebody()body(swim.structure.Value body) voidcommand(float prio, swim.structure.Value body) voidcommand(float prio, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont) voidcommand(swim.structure.Value body) voidcommand(swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont) didConnect(DidConnect didConnect) didDisconnect(DidDisconnect didDisconnect) didReceive(DidReceive didReceive) hostUri(swim.uri.Uri hostUri) booleankeepLinked(boolean keepLinked) booleankeepSynced(boolean keepSynced) laneUri(swim.uri.Uri laneUri) nodeUri(swim.uri.Uri nodeUri) open()floatprio()prio(float prio) floatrate()rate(float rate) willCommand(WillCommand willCommand) willReceive(WillReceive willReceive) willUnlink(WillUnlink willUnlink) Methods inherited from interface swim.api.Link
cipherSuite, close, hostUri, isConnected, isRemote, isSecure, laneUri, localAddress, localCertificates, localIdentity, localPrincipal, nodeUri, remoteAddress, remoteCertificates, remoteIdentity, remotePrincipal, securityProtocolMethods inherited from interface swim.util.Log
debug, error, fail, info, trace, warn
-
Method Details
-
hostUri
-
hostUri
-
nodeUri
-
nodeUri
-
laneUri
-
laneUri
-
prio
float prio() -
prio
-
rate
float rate() -
rate
-
body
swim.structure.Value body() -
body
-
keepLinked
boolean keepLinked() -
keepLinked
-
keepSynced
boolean keepSynced() -
keepSynced
-
observe
-
unobserve
-
willReceive
-
didReceive
-
willCommand
-
willLink
-
didLink
-
willSync
-
didSync
-
willUnlink
-
didUnlink
-
didConnect
- Specified by:
didConnectin interfaceDownlink
-
didDisconnect
- Specified by:
didDisconnectin interfaceDownlink
-
didClose
-
didFail
-
open
WarpDownlink open() -
command
void command(float prio, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont) -
command
void command(swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont) -
command
void command(float prio, swim.structure.Value body) -
command
void command(swim.structure.Value body)
-