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 |
---|---|
TextWebSocketFrame |
TextWebSocketFrame.copy() |
TextWebSocketFrame |
TextWebSocketFrame.duplicate() |
TextWebSocketFrame |
TextWebSocketFrame.replace(ByteBuf content) |
TextWebSocketFrame |
TextWebSocketFrame.retain() |
TextWebSocketFrame |
TextWebSocketFrame.retain(int increment) |
TextWebSocketFrame |
TextWebSocketFrame.retainedDuplicate() |
TextWebSocketFrame |
TextWebSocketFrame.touch() |
TextWebSocketFrame |
TextWebSocketFrame.touch(Object hint) |
Copyright © 2008–2024 The Netty Project. All rights reserved.