- java.lang.Object
-
- swim.warp.Envelope
-
- swim.warp.HostAddressed
-
- swim.warp.DeauthedResponse
-
- All Implemented Interfaces:
Debug
public final class DeauthedResponse extends HostAddressed
-
-
Field Summary
Fields Modifier and Type Field Description static Form<DeauthedResponse>
FORM
-
Constructor Summary
Constructors Constructor Description DeauthedResponse()
DeauthedResponse(Value body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeauthedResponse
body(Value body)
Form<DeauthedResponse>
form()
String
tag()
-
Methods inherited from class swim.warp.HostAddressed
body, debug, equals, hashCode, laneUri, laneUri, nodeUri, nodeUri
-
Methods inherited from class swim.warp.Envelope
decoder, encoder, form, fromValue, parseRecon, reconEncoder, reconWriter, toRecon, toString, toValue, writeRecon
-
-
-
-
Field Detail
-
FORM
@Kind public static final Form<DeauthedResponse> FORM
-
-
Constructor Detail
-
DeauthedResponse
public DeauthedResponse(Value body)
-
DeauthedResponse
public DeauthedResponse()
-
-
Method Detail
-
form
public Form<DeauthedResponse> form()
-
body
public DeauthedResponse body(Value body)
- Specified by:
body
in classHostAddressed
-
-