- java.lang.Object
-
- swim.warp.Envelope
-
- swim.warp.LaneAddressed
-
- swim.warp.SyncedResponse
-
- All Implemented Interfaces:
swim.codec.Debug
public final class SyncedResponse extends LaneAddressed
-
-
Field Summary
Fields Modifier and Type Field Description static swim.structure.Form<SyncedResponse>FORM
-
Constructor Summary
Constructors Constructor Description SyncedResponse(String nodeUri, String laneUri)SyncedResponse(String nodeUri, String laneUri, swim.structure.Value body)SyncedResponse(swim.uri.Uri nodeUri, swim.uri.Uri laneUri)SyncedResponse(swim.uri.Uri nodeUri, swim.uri.Uri laneUri, swim.structure.Value body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SyncedResponsebody(swim.structure.Value body)swim.structure.Form<SyncedResponse>form()SyncedResponselaneUri(swim.uri.Uri laneUri)SyncedResponsenodeUri(swim.uri.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 swim.structure.Form<SyncedResponse> FORM
-
-
Method Detail
-
form
public swim.structure.Form<SyncedResponse> form()
-
nodeUri
public SyncedResponse nodeUri(swim.uri.Uri nodeUri)
- Specified by:
nodeUriin classLaneAddressed
-
laneUri
public SyncedResponse laneUri(swim.uri.Uri laneUri)
- Specified by:
laneUriin classLaneAddressed
-
body
public SyncedResponse body(swim.structure.Value body)
- Specified by:
bodyin classLaneAddressed
-
-