Package org.hildan.krossbow.stomp.frame

Types

Link copied to clipboard
sealed class FrameBody

Represents the body of a StompFrame.

Link copied to clipboard
class InvalidStompCommandException(val invalidText: String) : Exception

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

Link copied to clipboard
class InvalidStompFrameException(cause: Throwable) : Exception

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

Link copied to clipboard
enum StompCommand : Enum<StompCommand>

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.