java.lang.Object
swim.ws.WsStatus
- All Implemented Interfaces:
 Debug
- 
Method Summary
Modifier and TypeMethodDescriptionintcode()static WsStatuscreate(int code) static WsStatus<T> Output<T>Writes a developer readable, debug-formatted string representation of this object tooutput.decode(InputBuffer input) decoder()encode(OutputBuffer<?> output) encoder()booleaninthashCode()reason()toString() 
- 
Method Details
- 
code
public int code() - 
reason
 - 
encoder
 - 
encode
 - 
equals
 - 
hashCode
public int hashCode() - 
debug
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput. - 
toString
 - 
create
 - 
create
 - 
decoder
 - 
decode
 
 -