- java.lang.Object
-
- swim.ws.WsFrame<T>
-
- swim.ws.WsFragmentFrame<T>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> WsFragmentFrame<T>create(WsOpcode frameType, Decoder<T> payloadDecoder)<T> Output<T>debug(Output<T> output)Writes a developer readable, debug-formatted string representation of this object tooutput.WsOpcodeframeType()Decoder<T>payloadDecoder()Encoder<?,?>payloadEncoder(WsEncoder ws)TpayloadValue()StringtoString()
-
-
-
Method Detail
-
payloadValue
public T payloadValue()
- Specified by:
payloadValuein classWsFrame<T>
-
payloadEncoder
public Encoder<?,?> payloadEncoder(WsEncoder ws)
- Specified by:
payloadEncoderin classWsFrame<T>
-
debug
public <T> Output<T> debug(Output<T> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
create
public static <T> WsFragmentFrame<T> create(WsOpcode frameType, Decoder<T> payloadDecoder)
-
-