- 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 Value
body()
abstract LaneAddressed
body(Value body)
<T> Output<T>
debug(Output<T> output)
Writes a developer readable, debug-formatted string representation of this object tooutput
.boolean
equals(Object other)
int
hashCode()
Uri
laneUri()
abstract LaneAddressed
laneUri(Uri laneUri)
Uri
nodeUri()
abstract LaneAddressed
nodeUri(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)
-
-