- 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(int finRsvOp, Decoder<T> content, InputBuffer input)<T> Decoder<WsFrame<T>>decodeContinuationFrame(int finRsvOp, Decoder<T> content, InputBuffer input)<T> Decoder<WsFrame<T>>decodeTextFrame(int finRsvOp, Decoder<T> content, InputBuffer input)booleandecompressing()Inflate<?>inflate()-
Methods inherited from class swim.ws.WsDecoder
binaryDecoder, close, closeDecoder, continuationDecoder, control, decodeCloseFrame, decodeFrame, decodeFrame, decodePingFrame, decodePongFrame, fragment, frameDecoder, message, ping, pingDecoder, pong, pongDecoder, textDecoder
-
-
-
-
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(int finRsvOp, Decoder<T> content, InputBuffer input)
- Overrides:
decodeContinuationFramein classWsDecoder
-
decodeTextFrame
public <T> Decoder<WsFrame<T>> decodeTextFrame(int finRsvOp, Decoder<T> content, InputBuffer input)
- Overrides:
decodeTextFramein classWsDecoder
-
decodeBinaryFrame
public <T> Decoder<WsFrame<T>> decodeBinaryFrame(int finRsvOp, Decoder<T> content, InputBuffer input)
- Overrides:
decodeBinaryFramein classWsDecoder
-
clone
public WsDeflateDecoder clone()
-
-