- java.lang.Object
-
- swim.warp.Envelope
-
- swim.warp.HostAddressed
-
- All Implemented Interfaces:
Debug
- Direct Known Subclasses:
AuthedResponse,AuthRequest,DeauthedResponse,DeauthRequest
public abstract class HostAddressed extends Envelope
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Valuebody()abstract HostAddressedbody(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()HostAddressedlaneUri(Uri laneUri)UrinodeUri()HostAddressednodeUri(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 HostAddressed nodeUri(Uri nodeUri)
-
laneUri
public HostAddressed laneUri(Uri laneUri)
-
body
public abstract HostAddressed body(Value body)
-
-