Uses of Interface
io.netty.handler.codec.stomp.StompContentSubframe
Packages that use StompContentSubframe
-
Uses of StompContentSubframe in io.netty.handler.codec.stomp
Subinterfaces of StompContentSubframe in io.netty.handler.codec.stompModifier and TypeInterfaceDescriptioninterface
The lastStompContentSubframe
which signals the end of the content batchinterface
CombinesStompHeadersSubframe
andLastStompContentSubframe
into one frame.Classes in io.netty.handler.codec.stomp that implement StompContentSubframeModifier and TypeClassDescriptionclass
The default implementation for theLastStompContentSubframe
.class
The defaultStompContentSubframe
implementation.class
Default implementation ofStompFrame
.Methods in io.netty.handler.codec.stomp that return StompContentSubframeModifier and TypeMethodDescriptionDefaultStompContentSubframe.copy()
StompContentSubframe.copy()
DefaultStompContentSubframe.duplicate()
StompContentSubframe.duplicate()
DefaultStompContentSubframe.retain()
DefaultStompContentSubframe.retain
(int increment) StompContentSubframe.retain()
StompContentSubframe.retain
(int increment) DefaultStompContentSubframe.retainedDuplicate()
StompContentSubframe.retainedDuplicate()
DefaultStompContentSubframe.touch()
StompContentSubframe.touch()
Methods in io.netty.handler.codec.stomp with parameters of type StompContentSubframeModifier and TypeMethodDescriptionprotected Object
StompSubframeEncoder.convertContentSubFrame
(StompContentSubframe original, ByteBuf encoded) An extension method to convert a STOMP encoded buffer to a different message type based on an originalStompHeadersSubframe
content sub frame.private static ByteBuf
StompSubframeEncoder.encodeContent
(StompContentSubframe content, ChannelHandlerContext ctx) protected boolean
StompSubframeAggregator.isLastContentMessage
(StompContentSubframe msg)