Package | Description |
---|---|
io.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
Modifier and Type | Method and Description |
---|---|
ContinuationWebSocketFrame |
ContinuationWebSocketFrame.copy() |
ContinuationWebSocketFrame |
ContinuationWebSocketFrame.duplicate() |
ContinuationWebSocketFrame |
ContinuationWebSocketFrame.retain() |
ContinuationWebSocketFrame |
ContinuationWebSocketFrame.retain(int increment) |
ContinuationWebSocketFrame |
ContinuationWebSocketFrame.touch() |
ContinuationWebSocketFrame |
ContinuationWebSocketFrame.touch(Object hint) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
WebSocketFrameAggregator.isLastContentMessage(ContinuationWebSocketFrame msg) |
Copyright © 2008–2015 The Netty Project. All rights reserved.