Uses of Interface
io.netty.handler.codec.stomp.StompFrame
-
Packages that use StompFrame Package Description io.netty.handler.codec.stomp STOMP codec -
-
Uses of StompFrame in io.netty.handler.codec.stomp
Classes in io.netty.handler.codec.stomp that implement StompFrame Modifier and Type Class Description classDefaultStompFrameDefault implementation ofStompFrame.Methods in io.netty.handler.codec.stomp that return StompFrame Modifier and Type Method Description protected StompFrameStompSubframeAggregator. beginAggregation(StompHeadersSubframe start, ByteBuf content)StompFrameDefaultStompFrame. copy()StompFrameStompFrame. copy()StompFrameDefaultStompFrame. duplicate()StompFrameStompFrame. duplicate()StompFrameDefaultStompFrame. replace(ByteBuf content)StompFrameStompFrame. replace(ByteBuf content)StompFrameDefaultStompFrame. retain()StompFrameDefaultStompFrame. retain(int increment)StompFrameStompFrame. retain()StompFrameStompFrame. retain(int increment)StompFrameDefaultStompFrame. retainedDuplicate()StompFrameStompFrame. retainedDuplicate()StompFrameDefaultStompFrame. touch()StompFrameDefaultStompFrame. touch(java.lang.Object hint)StompFrameStompFrame. touch()StompFrameStompFrame. touch(java.lang.Object hint)Methods in io.netty.handler.codec.stomp with parameters of type StompFrame Modifier and Type Method Description protected java.lang.ObjectStompSubframeEncoder. convertFullFrame(StompFrame original, ByteBuf encoded)An extension method to convert a STOMP encoded buffer to a different message type based on an originalStompFramefull frame.
-