- java.lang.Object
-
- swim.ws.WsDecoder
-
- swim.ws.WsDeflateDecoder
-
-
Field Summary
Fields Modifier and Type Field Description protected booleandecompressingprotected Inflate<?>inflate
-
Constructor Summary
Constructors Constructor Description WsDeflateDecoder(Inflate<?> inflate)WsDeflateDecoder(Inflate<?> inflate, boolean decompressing)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WsDeflateDecoderclone()<T> Decoder<WsFrame<T>>decodeBinaryFrame(InputBuffer input, int finRsvOp, Decoder<T> payloadDecoder)<T> Decoder<WsFrame<T>>decodeContinuationFrame(InputBuffer input, int finRsvOp, WsOpcode frameType, Decoder<T> payloadDecoder)<T> Decoder<WsFrame<T>>decodeTextFrame(InputBuffer input, int finRsvOp, Decoder<T> payloadDecoder)booleandecompressing()Inflate<?>inflate()-
Methods inherited from class swim.ws.WsDecoder
binaryDecoder, binaryFrame, closeDecoder, closeFrame, continuationDecoder, controlFrame, dataFrame, decodeCloseFrame, decodeContinuation, decodeFinRsvOp, decodeMessage, decodePingFrame, decodePongFrame, fragmentFrame, messageDecoder, pingDecoder, pingFrame, pongDecoder, pongFrame, textDecoder, textFrame
-
-
-
-
Field Detail
-
inflate
protected final Inflate<?> inflate
-
decompressing
protected boolean decompressing
-
-
Method Detail
-
inflate
public final Inflate<?> inflate()
-
decompressing
public final boolean decompressing()
-
decodeContinuationFrame
public <T> Decoder<WsFrame<T>> decodeContinuationFrame(InputBuffer input, int finRsvOp, WsOpcode frameType, Decoder<T> payloadDecoder)
- Overrides:
decodeContinuationFramein classWsDecoder
-
decodeTextFrame
public <T> Decoder<WsFrame<T>> decodeTextFrame(InputBuffer input, int finRsvOp, Decoder<T> payloadDecoder)
- Overrides:
decodeTextFramein classWsDecoder
-
decodeBinaryFrame
public <T> Decoder<WsFrame<T>> decodeBinaryFrame(InputBuffer input, int finRsvOp, Decoder<T> payloadDecoder)
- Overrides:
decodeBinaryFramein classWsDecoder
-
clone
public WsDeflateDecoder clone()
-
-