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 interfaceStompFrameCombinesStompHeadersSubframeandLastStompContentSubframeinto one frame.Classes in io.netty.handler.codec.stomp that implement LastStompContentSubframe Modifier and Type Class Description classDefaultLastStompContentSubframeThe default implementation for theLastStompContentSubframe.classDefaultStompFrameDefault implementation ofStompFrame.Fields in io.netty.handler.codec.stomp declared as LastStompContentSubframe Modifier and Type Field Description static LastStompContentSubframeLastStompContentSubframe. EMPTY_LAST_CONTENTMethods in io.netty.handler.codec.stomp that return LastStompContentSubframe Modifier and Type Method Description LastStompContentSubframeDefaultLastStompContentSubframe. copy()LastStompContentSubframeLastStompContentSubframe. copy()LastStompContentSubframeDefaultLastStompContentSubframe. duplicate()LastStompContentSubframeLastStompContentSubframe. duplicate()LastStompContentSubframeDefaultLastStompContentSubframe. replace(ByteBuf content)LastStompContentSubframeLastStompContentSubframe. replace(ByteBuf content)LastStompContentSubframeDefaultLastStompContentSubframe. retain(int increment)LastStompContentSubframeLastStompContentSubframe. retain()LastStompContentSubframeLastStompContentSubframe. retain(int increment)LastStompContentSubframeDefaultLastStompContentSubframe. retainedDuplicate()LastStompContentSubframeLastStompContentSubframe. retainedDuplicate()LastStompContentSubframeDefaultLastStompContentSubframe. touch()LastStompContentSubframeDefaultLastStompContentSubframe. touch(java.lang.Object hint)LastStompContentSubframeLastStompContentSubframe. touch()LastStompContentSubframeLastStompContentSubframe. touch(java.lang.Object hint)
-