Package io.vertx.ext.stomp.utils
Class Server
- java.lang.Object
-
- io.vertx.ext.stomp.utils.Server
-
public class Server extends Object
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
-
-
Field Summary
Fields Modifier and Type Field Description static String
SERVER_NAME
-
Constructor Summary
Constructors Constructor Description Server()
-
-
-
Field Detail
-
SERVER_NAME
public static final String SERVER_NAME
-
-