Uses of Interface
io.netty.handler.codec.stomp.LastStompContentSubframe
-
Packages that use LastStompContentSubframe Package Description io.netty.handler.codec.stomp STOMP codec -
-
Uses of LastStompContentSubframe in io.netty.handler.codec.stomp
Subinterfaces of LastStompContentSubframe in io.netty.handler.codec.stomp Modifier and Type Interface Description interface
StompFrame
CombinesStompHeadersSubframe
andLastStompContentSubframe
into one frame.Classes in io.netty.handler.codec.stomp that implement LastStompContentSubframe Modifier and Type Class Description class
DefaultLastStompContentSubframe
The default implementation for theLastStompContentSubframe
.class
DefaultStompFrame
Default implementation ofStompFrame
.Fields in io.netty.handler.codec.stomp declared as LastStompContentSubframe Modifier and Type Field Description static LastStompContentSubframe
LastStompContentSubframe. EMPTY_LAST_CONTENT
Methods in io.netty.handler.codec.stomp that return LastStompContentSubframe Modifier and Type Method Description LastStompContentSubframe
DefaultLastStompContentSubframe. copy()
LastStompContentSubframe
LastStompContentSubframe. copy()
LastStompContentSubframe
DefaultLastStompContentSubframe. duplicate()
LastStompContentSubframe
LastStompContentSubframe. duplicate()
LastStompContentSubframe
DefaultLastStompContentSubframe. replace(ByteBuf content)
LastStompContentSubframe
LastStompContentSubframe. replace(ByteBuf content)
LastStompContentSubframe
DefaultLastStompContentSubframe. retain(int increment)
LastStompContentSubframe
LastStompContentSubframe. retain()
LastStompContentSubframe
LastStompContentSubframe. retain(int increment)
LastStompContentSubframe
DefaultLastStompContentSubframe. retainedDuplicate()
LastStompContentSubframe
LastStompContentSubframe. retainedDuplicate()
LastStompContentSubframe
DefaultLastStompContentSubframe. touch()
LastStompContentSubframe
DefaultLastStompContentSubframe. touch(java.lang.Object hint)
LastStompContentSubframe
LastStompContentSubframe. touch()
LastStompContentSubframe
LastStompContentSubframe. touch(java.lang.Object hint)
-