程序包 | 说明 |
---|---|
io.netty.example.stomp | |
io.netty.example.stomp.websocket | |
io.netty.handler.codec.stomp |
STOMP codec
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
StompClientHandler.channelRead0(ChannelHandlerContext ctx,
StompFrame frame) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
StompChatHandler.channelRead0(ChannelHandlerContext ctx,
StompFrame inboundFrame) |
protected WebSocketFrame |
StompWebSocketFrameEncoder.convertFullFrame(StompFrame original,
ByteBuf encoded) |
限定符和类型 | 类和说明 |
---|---|
class |
DefaultStompFrame
Default implementation of
StompFrame . |
限定符和类型 | 方法和说明 |
---|---|
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(java.lang.Object hint) |
StompFrame |
DefaultStompFrame.touch(java.lang.Object hint) |
限定符和类型 | 方法和说明 |
---|---|
protected java.lang.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. |