Interface StompFrame

All Superinterfaces:
ByteBufHolder, DecoderResultProvider, LastStompContentSubframe, ReferenceCounted, StompContentSubframe, StompHeadersSubframe, StompSubframe
All Known Implementing Classes:
DefaultStompFrame

public interface StompFrame extends StompHeadersSubframe, LastStompContentSubframe
Combines StompHeadersSubframe and LastStompContentSubframe into one frame. So it represent a complete STOMP frame.