- java.lang.Object
-
- swim.warp.Envelope
-
- swim.warp.LaneAddressed
-
- All Implemented Interfaces:
Debug
- Direct Known Subclasses:
CommandMessage,EventMessage,LinkAddressed,SyncedResponse,UnlinkedResponse,UnlinkRequest
public abstract class LaneAddressed extends Envelope
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Valuebody()abstract LaneAddressedbody(Value body)<T> Output<T>debug(Output<T> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)inthashCode()UrilaneUri()abstract LaneAddressedlaneUri(Uri laneUri)UrinodeUri()abstract LaneAddressednodeUri(Uri nodeUri)-
Methods inherited from class swim.warp.Envelope
decoder, encoder, form, form, fromValue, parseRecon, reconEncoder, reconWriter, tag, toRecon, toString, toValue, writeRecon
-
-
-
-
Method Detail
-
nodeUri
public abstract LaneAddressed nodeUri(Uri nodeUri)
-
laneUri
public abstract LaneAddressed laneUri(Uri laneUri)
-
body
public abstract LaneAddressed body(Value body)
-
-