- java.lang.Object
-
- swim.warp.Envelope
-
- swim.warp.LaneAddressed
-
- swim.warp.LinkAddressed
-
- swim.warp.SyncRequest
-
- All Implemented Interfaces:
Debug
public final class SyncRequest extends LinkAddressed
-
-
Field Summary
Fields Modifier and Type Field Description static Form<SyncRequest>
FORM
-
Constructor Summary
Constructors Constructor Description SyncRequest(String nodeUri, String laneUri)
SyncRequest(String nodeUri, String laneUri, float prio, float rate)
SyncRequest(String nodeUri, String laneUri, float prio, float rate, Value body)
SyncRequest(String nodeUri, String laneUri, Value body)
SyncRequest(Uri nodeUri, Uri laneUri)
SyncRequest(Uri nodeUri, Uri laneUri, float prio, float rate)
SyncRequest(Uri nodeUri, Uri laneUri, float prio, float rate, Value body)
SyncRequest(Uri nodeUri, Uri laneUri, Value body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SyncRequest
body(Value body)
Form<SyncRequest>
form()
SyncRequest
laneUri(Uri laneUri)
SyncRequest
nodeUri(Uri nodeUri)
String
tag()
-
Methods inherited from class swim.warp.LaneAddressed
body, laneUri, nodeUri
-
Methods inherited from class swim.warp.Envelope
decoder, encoder, form, fromValue, parseRecon, reconEncoder, reconWriter, toRecon, toString, toValue, writeRecon
-
-
-
-
Field Detail
-
FORM
@Kind public static final Form<SyncRequest> FORM
-
-
Method Detail
-
form
public Form<SyncRequest> form()
-
nodeUri
public SyncRequest nodeUri(Uri nodeUri)
- Specified by:
nodeUri
in classLinkAddressed
-
laneUri
public SyncRequest laneUri(Uri laneUri)
- Specified by:
laneUri
in classLinkAddressed
-
body
public SyncRequest body(Value body)
- Specified by:
body
in classLinkAddressed
-
-