Interface StompContentSubframe

All Superinterfaces:
ByteBufHolder, DecoderResultProvider, ReferenceCounted, StompSubframe
All Known Subinterfaces:
LastStompContentSubframe, StompFrame
All Known Implementing Classes:
DefaultLastStompContentSubframe, DefaultStompContentSubframe, DefaultStompFrame

public interface StompContentSubframe extends ByteBufHolder, StompSubframe
An STOMP chunk which is used for STOMP chunked transfer-encoding. StompSubframeDecoder generates StompContentSubframe after StompHeadersSubframe when the content is large or the encoding of the content is 'chunked. If you prefer not to receive multiple StompSubframes for a single StompFrame, place StompSubframeAggregator after StompSubframeDecoder in the ChannelPipeline.