Uses of Interface
io.netty.handler.codec.stomp.StompFrame
Packages that use StompFrame
-
Uses of StompFrame in io.netty.handler.codec.stomp
Classes in io.netty.handler.codec.stomp that implement StompFrameMethods in io.netty.handler.codec.stomp that return StompFrameModifier and TypeMethodDescriptionprotected StompFrame
StompSubframeAggregator.beginAggregation
(StompHeadersSubframe start, ByteBuf content) DefaultStompFrame.copy()
StompFrame.copy()
DefaultStompFrame.duplicate()
StompFrame.duplicate()
DefaultStompFrame.retain()
DefaultStompFrame.retain
(int increment) StompFrame.retain()
StompFrame.retain
(int increment) DefaultStompFrame.retainedDuplicate()
StompFrame.retainedDuplicate()
DefaultStompFrame.touch()
StompFrame.touch()
Methods in io.netty.handler.codec.stomp with parameters of type StompFrameModifier and TypeMethodDescriptionprotected Object
StompSubframeEncoder.convertFullFrame
(StompFrame original, ByteBuf encoded) An extension method to convert a STOMP encoded buffer to a different message type based on an originalStompFrame
full frame.private ByteBuf
StompSubframeEncoder.encodeFullFrame
(StompFrame frame, ChannelHandlerContext ctx)