Package | Description |
---|---|
io.netty.example.stomp | |
io.netty.example.stomp.websocket | |
io.netty.handler.codec.stomp |
STOMP codec
|
Modifier and Type | Method and Description |
---|---|
protected void |
StompClientHandler.channelRead0(ChannelHandlerContext ctx,
StompFrame frame) |
Modifier and Type | Method and Description |
---|---|
protected void |
StompChatHandler.channelRead0(ChannelHandlerContext ctx,
StompFrame inboundFrame) |
protected WebSocketFrame |
StompWebSocketFrameEncoder.convertFullFrame(StompFrame original,
ByteBuf encoded) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultStompFrame
Default implementation of
StompFrame . |
Modifier and Type | Method and Description |
---|---|
protected StompFrame |
StompSubframeAggregator.beginAggregation(StompHeadersSubframe start,
ByteBuf content) |
StompFrame |
StompFrame.copy() |
StompFrame |
DefaultStompFrame.copy() |
StompFrame |
StompFrame.duplicate() |
StompFrame |
DefaultStompFrame.duplicate() |
StompFrame |
StompFrame.replace(ByteBuf content) |
StompFrame |
DefaultStompFrame.replace(ByteBuf content) |
StompFrame |
StompFrame.retain() |
StompFrame |
DefaultStompFrame.retain() |
StompFrame |
StompFrame.retain(int increment) |
StompFrame |
DefaultStompFrame.retain(int increment) |
StompFrame |
StompFrame.retainedDuplicate() |
StompFrame |
DefaultStompFrame.retainedDuplicate() |
StompFrame |
StompFrame.touch() |
StompFrame |
DefaultStompFrame.touch() |
StompFrame |
StompFrame.touch(Object hint) |
StompFrame |
DefaultStompFrame.touch(Object hint) |
Modifier and Type | Method and Description |
---|---|
protected Object |
StompSubframeEncoder.convertFullFrame(StompFrame original,
ByteBuf encoded)
An extension method to convert a STOMP encoded buffer to a different message type
based on an original
StompFrame full frame. |
Copyright © 2008–2021 The Netty Project. All rights reserved.