- 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 SyncedResponsebody(Value body)Form<SyncedResponse>form()SyncedResponselaneUri(Uri laneUri)SyncedResponsenodeUri(Uri nodeUri)Stringtag()-
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:
nodeUriin classLaneAddressed
-
laneUri
public SyncedResponse laneUri(Uri laneUri)
- Specified by:
laneUriin classLaneAddressed
-
body
public SyncedResponse body(Value body)
- Specified by:
bodyin classLaneAddressed
-
-