Uses of Interface
io.netty.handler.codec.stomp.StompContentSubframe
Packages that use StompContentSubframe
-
Uses of StompContentSubframe in io.netty.handler.codec.stomp
Subinterfaces of StompContentSubframe in io.netty.handler.codec.stompModifier and TypeInterfaceDescriptioninterfaceThe lastStompContentSubframewhich signals the end of the content batchinterfaceCombinesStompHeadersSubframeandLastStompContentSubframeinto one frame.Classes in io.netty.handler.codec.stomp that implement StompContentSubframeModifier and TypeClassDescriptionclassThe default implementation for theLastStompContentSubframe.classThe defaultStompContentSubframeimplementation.classDefault implementation ofStompFrame.Subclasses with type arguments of type StompContentSubframe in io.netty.handler.codec.stompModifier and TypeClassDescriptionclassAChannelHandlerthat aggregates anStompHeadersSubframeand its followingStompContentSubframes into a singleStompFrame.Methods in io.netty.handler.codec.stomp that return StompContentSubframeModifier and TypeMethodDescriptionDefaultStompContentSubframe.copy()StompContentSubframe.copy()DefaultStompContentSubframe.duplicate()StompContentSubframe.duplicate()DefaultStompContentSubframe.retain()DefaultStompContentSubframe.retain(int increment) StompContentSubframe.retain()StompContentSubframe.retain(int increment) DefaultStompContentSubframe.retainedDuplicate()StompContentSubframe.retainedDuplicate()DefaultStompContentSubframe.touch()StompContentSubframe.touch()Methods in io.netty.handler.codec.stomp with parameters of type StompContentSubframeModifier and TypeMethodDescriptionprotected ObjectStompSubframeEncoder.convertContentSubFrame(StompContentSubframe original, ByteBuf encoded) An extension method to convert a STOMP encoded buffer to a different message type based on an originalStompHeadersSubframecontent sub frame.protected booleanStompSubframeAggregator.isLastContentMessage(StompContentSubframe msg)