Class ServerInfo.ServerConfiguration

java.lang.Object
org.vrspace.server.api.ServerInfo.ServerConfiguration
Enclosing class:
ServerInfo

public static class ServerInfo.ServerConfiguration extends Object
  • Constructor Details

    • ServerConfiguration

      public ServerConfiguration()
  • Method Details

    • isGuestAllowed

      public boolean isGuestAllowed()
      Guest (without login) access is allowed
    • isCreateWorlds

      public boolean isCreateWorlds()
      Worlds are created on demand
    • getMaxSessions

      public int getMaxSessions()
      Maximum concurrent sessions per server, 0 for unlimited
    • getSessionStartTimeout

      public int getSessionStartTimeout()
      Sessions over maxSessions will wait this many seconds to start, 0 for unlimited
    • getSessionTimeout

      public String getSessionTimeout()
      HTTP session timeout.
    • getWebSocketClientPath

      public String getWebSocketClientPath()
      WebSocket that clients use to connect
    • getWebSocketServerPath

      public String getWebSocketServerPath()
      WebSocket that other servers use to connect
    • setGuestAllowed

      public void setGuestAllowed(boolean guestAllowed)
      Guest (without login) access is allowed
    • setCreateWorlds

      public void setCreateWorlds(boolean createWorlds)
      Worlds are created on demand
    • setMaxSessions

      public void setMaxSessions(int maxSessions)
      Maximum concurrent sessions per server, 0 for unlimited
    • setSessionStartTimeout

      public void setSessionStartTimeout(int sessionStartTimeout)
      Sessions over maxSessions will wait this many seconds to start, 0 for unlimited
    • setSessionTimeout

      public void setSessionTimeout(String sessionTimeout)
      HTTP session timeout.
    • setWebSocketClientPath

      public void setWebSocketClientPath(String webSocketClientPath)
      WebSocket that clients use to connect
    • setWebSocketServerPath

      public void setWebSocketServerPath(String webSocketServerPath)
      WebSocket that other servers use to connect
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object