- 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 LinkAddressedbody(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()abstract LinkAddressedlaneUri(Uri laneUri)abstract LinkAddressednodeUri(Uri nodeUri)floatprio()floatrate()-
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:
nodeUriin classLaneAddressed
-
laneUri
public abstract LinkAddressed laneUri(Uri laneUri)
- Specified by:
laneUriin classLaneAddressed
-
body
public abstract LinkAddressed body(Value body)
- Specified by:
bodyin classLaneAddressed
-
equals
public boolean equals(Object other)
- Overrides:
equalsin classLaneAddressed
-
hashCode
public int hashCode()
- Overrides:
hashCodein classLaneAddressed
-
debug
public <T> Output<T> debug(Output<T> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.- Specified by:
debugin interfaceDebug- Overrides:
debugin classLaneAddressed- Returns:
- the continuation of the
output.
-
-