Class ServerInfo.ServerCapabilities

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

public static class ServerInfo.ServerCapabilities extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
     
    boolean
     
    int
     
    boolean
    Oauth2 authentication is supported, and the endpoint is available
    boolean
    Remote browsing with selenium is supported, and the endpoint is available
    boolean
    Download of 3d content from sketchfab is allowed
    boolean
    The server supports video/audio streaming
    boolean
    Web Push messages for groups and world invitations are configured
    void
    setOauth2(boolean oauth2)
    Oauth2 authentication is supported, and the endpoint is available
    void
    setRemoteBrowser(boolean remoteBrowser)
    Remote browsing with selenium is supported, and the endpoint is available
    void
    setSketchfab(boolean sketchfab)
    Download of 3d content from sketchfab is allowed
    void
    setStreamingMedia(boolean streamingMedia)
    The server supports video/audio streaming
    void
    setWebPush(boolean webPush)
    Web Push messages for groups and world invitations are configured
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ServerCapabilities

      public ServerCapabilities()
  • Method Details

    • isOauth2

      public boolean isOauth2()
      Oauth2 authentication is supported, and the endpoint is available
    • isRemoteBrowser

      public boolean isRemoteBrowser()
      Remote browsing with selenium is supported, and the endpoint is available
    • isStreamingMedia

      public boolean isStreamingMedia()
      The server supports video/audio streaming
    • isSketchfab

      public boolean isSketchfab()
      Download of 3d content from sketchfab is allowed
    • isWebPush

      public boolean isWebPush()
      Web Push messages for groups and world invitations are configured
    • setOauth2

      public void setOauth2(boolean oauth2)
      Oauth2 authentication is supported, and the endpoint is available
    • setRemoteBrowser

      public void setRemoteBrowser(boolean remoteBrowser)
      Remote browsing with selenium is supported, and the endpoint is available
    • setStreamingMedia

      public void setStreamingMedia(boolean streamingMedia)
      The server supports video/audio streaming
    • setSketchfab

      public void setSketchfab(boolean sketchfab)
      Download of 3d content from sketchfab is allowed
    • setWebPush

      public void setWebPush(boolean webPush)
      Web Push messages for groups and world invitations are configured
    • 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