Package-level declarations

Types

Link copied to clipboard
sealed class FrameBody

Represents the body of a StompFrame.

Link copied to clipboard

Exception thrown when some text could not be parsed as a StompCommand.

Link copied to clipboard

Exception thrown when some frame data could not be decoded as a STOMP frame.

Link copied to clipboard

A STOMP command.

Link copied to clipboard
sealed class StompEvent

This is an internal parent class to gather StompFrames and other internal events under the same common type.

Link copied to clipboard
sealed class StompFrame : StompEvent

Represents a STOMP frame. The structure of STOMP frames is defined by the specification.