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.
Author
Clement Escoffier
Server()
Class responsible for the computation of the server id. From the STOMP specification, this id must be constructed as follows: name/version comments. |
static val SERVER_NAME: String |