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