java.lang.Object
swim.ws.WsFrame<T>
swim.ws.WsDataFrame<T>
swim.ws.WsBinaryFrame<T>
- All Implemented Interfaces:
Debug
-
Method Summary
Modifier and TypeMethodDescriptionstatic WsBinaryFrame<ByteBuffer>create(ByteBuffer payloadValue) static <T> WsBinaryFrame<T>static WsBinaryFrame<Data>static <T> WsBinaryFrame<T><T> Output<T>Writes a developer readable, debug-formatted string representation of this object tooutput.static <T> WsBinaryFrame<T>empty()booleaninthashCode()Encoder<?,?> toString()
-
Method Details
-
frameType
-
payloadValue
- Specified by:
payloadValuein classWsDataFrame<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
-