| Interface | Description |
|---|---|
| Header |
This interface defines all default headers in STOMP protocol.
|
| StompFormat |
This interfaces defines methods that allows to convert a
String object into a Frame object and vice-versa. |
| Class | Description |
|---|---|
| Frame | |
| Parser |
This class parses text stream that respects STOMP protocol to extract a structured
Frame that provides a
set of information. |
| StompFormatImpl |
This
StompFormat implementation is based in apache Apollo. |
| Enum | Description |
|---|---|
| Action |
This enumeration defines all the action that could performed in STOMP protocol.
|
| Exception | Description |
|---|---|
| IllegalActionException |
This class represents an exception thrown when we try to create an action with an unknown
String representation. |
| ParseException |
This class represents a base exception for any frame parsing issue.
|
Copyright © 2014. All Rights Reserved.