Package | Description |
---|---|
io.netty.handler.codec.stomp |
STOMP codec
|
Modifier and Type | Interface and Description |
---|---|
interface |
StompFrame
Combines
StompHeadersSubframe and LastStompContentSubframe into one
frame. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultStompFrame
Default implementation of
StompFrame . |
class |
DefaultStompHeadersSubframe
Default implementation of
StompHeadersSubframe . |
Modifier and Type | Method and Description |
---|---|
protected StompFrame |
StompSubframeAggregator.beginAggregation(StompHeadersSubframe start,
ByteBuf content) |
protected Object |
StompSubframeEncoder.convertHeadersSubFrame(StompHeadersSubframe original,
ByteBuf encoded)
An extension method to convert a STOMP encoded buffer to a different message type
based on an original
StompHeadersSubframe headers sub frame. |
protected int |
StompSubframeEncoder.headersSubFrameSize(StompHeadersSubframe headersSubframe)
Returns a heuristic size for headers (32 bytes per header line) + (2 bytes for colon and eol) + (additional
command buffer).
|
protected boolean |
StompSubframeAggregator.isContentLengthInvalid(StompHeadersSubframe start,
int maxContentLength) |
protected Object |
StompSubframeAggregator.newContinueResponse(StompHeadersSubframe start,
int maxContentLength,
ChannelPipeline pipeline) |
Copyright © 2008–2024 The Netty Project. All rights reserved.