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 StompFrameSubclasses with type arguments of type StompFrame in io.netty.handler.codec.stompModifier and TypeClassDescriptionclassAChannelHandlerthat aggregates anStompHeadersSubframeand its followingStompContentSubframes into a singleStompFrame.Methods in io.netty.handler.codec.stomp that return StompFrameModifier and TypeMethodDescriptionprotected StompFrameStompSubframeAggregator.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 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.