- java.lang.Object
-
- swim.ws.WsFrame<T>
-
- swim.ws.WsDataFrame<T>
-
- Direct Known Subclasses:
WsBinaryFrame,WsTextFrame
public abstract class WsDataFrame<T> extends WsFrame<T>
-
-
Constructor Summary
Constructors Constructor Description WsDataFrame()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract TpayloadValue()-
Methods inherited from class swim.ws.WsFrame
frameType, payloadEncoder
-
-
-
-
Method Detail
-
payloadValue
public abstract T payloadValue()
- Specified by:
payloadValuein classWsFrame<T>
-
-