Class WebSocketChunkedInput

java.lang.Object
io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
All Implemented Interfaces:
ChunkedInput<WebSocketFrame>

public final class WebSocketChunkedInput extends Object implements ChunkedInput<WebSocketFrame>
A ChunkedInput that fetches data chunk by chunk for use with WebSocket chunked transfers.

Each chunk from the input data will be wrapped within a ContinuationWebSocketFrame. At the end of the input data, ContinuationWebSocketFrame with finalFragment will be written.