软件包 | 描述 |
---|---|
io.netty.handler.codec.stomp |
STOMP编解码器
|
Modifier and Type | Interface and Description |
---|---|
interface |
StompFrame
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultStompFrame
默认实现 StompFrame 。
|
class |
DefaultStompHeadersSubframe
默认实现 StompHeadersSubframe 。
|
Modifier and Type | Method and Description |
---|---|
protected StompFrame |
StompSubframeAggregator.beginAggregation(StompHeadersSubframe start, ByteBuf content) |
protected boolean |
StompSubframeAggregator.isContentLengthInvalid(StompHeadersSubframe start, int maxContentLength) |
protected java.lang.Object |
StompSubframeAggregator.newContinueResponse(StompHeadersSubframe start, int maxContentLength, ChannelPipeline pipeline) |
Copyright © 2008–2018 The Netty Project. All rights reserved.