open class Headers : HashMap<String, String>
An implementation of HashMap to store STOMP frame headers. This implementations offer fluent methods to ease the construction of the headers. |
|
open class Server
Class responsible for the computation of the server id. From the STOMP specification, this id must be constructed as follows: name/version comments. |