Uses of Interface
io.netty.handler.codec.stomp.LastStompContentSubframe
Packages that use LastStompContentSubframe
-
Uses of LastStompContentSubframe in io.netty.handler.codec.stomp
Subinterfaces of LastStompContentSubframe in io.netty.handler.codec.stompModifier and TypeInterfaceDescriptioninterface
CombinesStompHeadersSubframe
andLastStompContentSubframe
into one frame.Classes in io.netty.handler.codec.stomp that implement LastStompContentSubframeModifier and TypeClassDescriptionclass
The default implementation for theLastStompContentSubframe
.class
Default implementation ofStompFrame
.Fields in io.netty.handler.codec.stomp declared as LastStompContentSubframeModifier and TypeFieldDescriptionstatic final LastStompContentSubframe
LastStompContentSubframe.EMPTY_LAST_CONTENT
private LastStompContentSubframe
StompSubframeDecoder.lastContent
Methods in io.netty.handler.codec.stomp that return LastStompContentSubframeModifier and TypeMethodDescriptionDefaultLastStompContentSubframe.copy()
LastStompContentSubframe.copy()
DefaultLastStompContentSubframe.duplicate()
LastStompContentSubframe.duplicate()
DefaultLastStompContentSubframe.retain
(int increment) LastStompContentSubframe.retain()
LastStompContentSubframe.retain
(int increment) DefaultLastStompContentSubframe.retainedDuplicate()
LastStompContentSubframe.retainedDuplicate()
DefaultLastStompContentSubframe.touch()
LastStompContentSubframe.touch()