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 Details

    • SERVER_NAME

      public static final String SERVER_NAME
  • Constructor Details

    • Server

      public Server()