-
- All Superinterfaces:
DownlinkFactory
public interface HostRef extends DownlinkFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidcommand(String nodeUri, String laneUri, float prio, swim.structure.Value body)voidcommand(String nodeUri, String laneUri, float prio, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)voidcommand(String nodeUri, String laneUri, swim.structure.Value body)voidcommand(String nodeUri, String laneUri, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)voidcommand(swim.uri.Uri nodeUri, swim.uri.Uri laneUri, float prio, swim.structure.Value body)voidcommand(swim.uri.Uri nodeUri, swim.uri.Uri laneUri, float prio, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)voidcommand(swim.uri.Uri nodeUri, swim.uri.Uri laneUri, swim.structure.Value body)voidcommand(swim.uri.Uri nodeUri, swim.uri.Uri laneUri, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)swim.uri.UrihostUri()LaneReflaneRef(String nodeUri, String laneUri)LaneReflaneRef(swim.uri.Uri nodeUri, swim.uri.Uri laneUri)NodeRefnodeRef(String nodeUri)NodeRefnodeRef(swim.uri.Uri nodeUri)-
Methods inherited from interface swim.api.downlink.DownlinkFactory
downlink, downlinkHttp, downlinkList, downlinkMap, downlinkValue, downlinkWs
-
-
-
-
Method Detail
-
hostUri
swim.uri.Uri hostUri()
-
nodeRef
NodeRef nodeRef(swim.uri.Uri nodeUri)
-
laneRef
LaneRef laneRef(swim.uri.Uri nodeUri, swim.uri.Uri laneUri)
-
command
void command(swim.uri.Uri nodeUri, swim.uri.Uri laneUri, float prio, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)
-
command
void command(String nodeUri, String laneUri, float prio, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)
-
command
void command(swim.uri.Uri nodeUri, swim.uri.Uri laneUri, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)
-
command
void command(String nodeUri, String laneUri, swim.structure.Value body, swim.concurrent.Cont<swim.warp.CommandMessage> cont)
-
command
void command(swim.uri.Uri nodeUri, swim.uri.Uri laneUri, float prio, swim.structure.Value body)
-
command
void command(swim.uri.Uri nodeUri, swim.uri.Uri laneUri, swim.structure.Value body)
-
close
void close()
-
-