软件包 | 描述 |
---|---|
io.netty.handler.codec.stomp |
STOMP编解码器
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultStompFrame
默认实现 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(java.lang.Object hint) |
StompFrame |
DefaultStompFrame.touch(java.lang.Object hint) |
Copyright © 2008–2018 The Netty Project. All rights reserved.