- java.lang.Object
-
- swim.warp.Envelope
-
- swim.warp.LaneAddressed
-
- swim.warp.LinkAddressed
-
- All Implemented Interfaces:
Debug
- Direct Known Subclasses:
LinkedResponse
,LinkRequest
,SyncRequest
public abstract class LinkAddressed extends LaneAddressed
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract LinkAddressed
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()
abstract LinkAddressed
laneUri(Uri laneUri)
abstract LinkAddressed
nodeUri(Uri nodeUri)
float
prio()
float
rate()
-
Methods inherited from class swim.warp.LaneAddressed
body, laneUri, nodeUri
-
Methods inherited from class swim.warp.Envelope
decoder, encoder, form, form, fromValue, parseRecon, reconEncoder, reconWriter, tag, toRecon, toString, toValue, writeRecon
-
-
-
-
Method Detail
-
prio
public float prio()
-
rate
public float rate()
-
nodeUri
public abstract LinkAddressed nodeUri(Uri nodeUri)
- Specified by:
nodeUri
in classLaneAddressed
-
laneUri
public abstract LinkAddressed laneUri(Uri laneUri)
- Specified by:
laneUri
in classLaneAddressed
-
body
public abstract LinkAddressed body(Value body)
- Specified by:
body
in classLaneAddressed
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classLaneAddressed
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classLaneAddressed
-
debug
public <T> Output<T> debug(Output<T> output)
Description copied from interface:Debug
Writes a developer readable, debug-formatted string representation of this object tooutput
.- Specified by:
debug
in interfaceDebug
- Overrides:
debug
in classLaneAddressed
- Returns:
- the continuation of the
output
.
-
-