Uses of Interface
io.netty.handler.codec.stomp.StompContentSubframe
-
Packages that use StompContentSubframe Package Description io.netty.handler.codec.stomp STOMP codec -
-
Uses of StompContentSubframe in io.netty.handler.codec.stomp
Subinterfaces of StompContentSubframe in io.netty.handler.codec.stomp Modifier and Type Interface Description interface
LastStompContentSubframe
The lastStompContentSubframe
which signals the end of the content batchinterface
StompFrame
CombinesStompHeadersSubframe
andLastStompContentSubframe
into one frame.Classes in io.netty.handler.codec.stomp that implement StompContentSubframe Modifier and Type Class Description class
DefaultLastStompContentSubframe
The default implementation for theLastStompContentSubframe
.class
DefaultStompContentSubframe
The defaultStompContentSubframe
implementation.class
DefaultStompFrame
Default implementation ofStompFrame
.Methods in io.netty.handler.codec.stomp that return StompContentSubframe Modifier and Type Method Description StompContentSubframe
DefaultStompContentSubframe. copy()
StompContentSubframe
StompContentSubframe. copy()
StompContentSubframe
DefaultStompContentSubframe. duplicate()
StompContentSubframe
StompContentSubframe. duplicate()
StompContentSubframe
DefaultStompContentSubframe. replace(ByteBuf content)
StompContentSubframe
StompContentSubframe. replace(ByteBuf content)
StompContentSubframe
DefaultStompContentSubframe. retain()
StompContentSubframe
DefaultStompContentSubframe. retain(int increment)
StompContentSubframe
StompContentSubframe. retain()
StompContentSubframe
StompContentSubframe. retain(int increment)
StompContentSubframe
DefaultStompContentSubframe. retainedDuplicate()
StompContentSubframe
StompContentSubframe. retainedDuplicate()
StompContentSubframe
DefaultStompContentSubframe. touch()
StompContentSubframe
DefaultStompContentSubframe. touch(java.lang.Object hint)
StompContentSubframe
StompContentSubframe. touch()
StompContentSubframe
StompContentSubframe. touch(java.lang.Object hint)
Methods in io.netty.handler.codec.stomp with parameters of type StompContentSubframe Modifier and Type Method Description protected java.lang.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.protected boolean
StompSubframeAggregator. isLastContentMessage(StompContentSubframe msg)
-