- 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 Value
body()
abstract HostAddressed
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()
HostAddressed
laneUri(Uri laneUri)
Uri
nodeUri()
HostAddressed
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 HostAddressed nodeUri(Uri nodeUri)
-
laneUri
public HostAddressed laneUri(Uri laneUri)
-
body
public abstract HostAddressed body(Value body)
-
-