java.lang.Object
swim.ws.WsFrame<T>
swim.ws.WsControlFrame<P,T>
 
swim.ws.WsPongFrame<P,T> 
- All Implemented Interfaces:
 Debug
- 
Method Summary
Modifier and TypeMethodDescriptionstatic <T> WsPongFrame<ByteBuffer,T> create(ByteBuffer payloadValue) static <P,T> WsPongFrame<P, T> create(P payloadValue) static <P,T> WsPongFrame<P, T> static <T> WsPongFrame<Data,T> <T> Output<T>Writes a developer readable, debug-formatted string representation of this object tooutput.static <P,T> WsPongFrame<P, T> empty()booleaninthashCode()Encoder<?,?> toString() 
- 
Method Details
- 
frameType
 - 
payloadValue
- Specified by:
 payloadValuein classWsControlFrame<P,T> 
 - 
payloadEncoder
- Specified by:
 payloadEncoderin classWsFrame<T>
 - 
equals
 - 
hashCode
public int hashCode() - 
debug
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput. - 
toString
 - 
empty
 - 
create
 - 
create
 - 
create
 - 
create
 
 -