- java.lang.Object
-
- swim.warp.Envelope
-
- swim.warp.LaneAddressed
-
- swim.warp.SyncedResponse
-
- All Implemented Interfaces:
Debug
public final class SyncedResponse extends LaneAddressed
-
-
Field Summary
Fields Modifier and Type Field Description static Form<SyncedResponse>
FORM
-
Constructor Summary
Constructors Constructor Description SyncedResponse(String nodeUri, String laneUri)
SyncedResponse(String nodeUri, String laneUri, Value body)
SyncedResponse(Uri nodeUri, Uri laneUri)
SyncedResponse(Uri nodeUri, Uri laneUri, Value body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SyncedResponse
body(Value body)
Form<SyncedResponse>
form()
SyncedResponse
laneUri(Uri laneUri)
SyncedResponse
nodeUri(Uri nodeUri)
String
tag()
-
Methods inherited from class swim.warp.LaneAddressed
body, debug, equals, hashCode, 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<SyncedResponse> FORM
-
-
Method Detail
-
form
public Form<SyncedResponse> form()
-
nodeUri
public SyncedResponse nodeUri(Uri nodeUri)
- Specified by:
nodeUri
in classLaneAddressed
-
laneUri
public SyncedResponse laneUri(Uri laneUri)
- Specified by:
laneUri
in classLaneAddressed
-
body
public SyncedResponse body(Value body)
- Specified by:
body
in classLaneAddressed
-
-