Package | Description |
---|---|
io.netty.handler.codec.stomp |
STOMP codec
|
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) |
Copyright © 2008–2017 The Netty Project. All rights reserved.