Package org.vrspace.server.api
Class ServerInfo.ServerCapabilities
java.lang.Object
org.vrspace.server.api.ServerInfo.ServerCapabilities
- Enclosing class:
- ServerInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
boolean
isOauth2()
Oauth2 authentication is supported, and the endpoint is availableboolean
Remote browsing with selenium is supported, and the endpoint is availableboolean
Download of 3d content from sketchfab is allowedboolean
The server supports video/audio streamingboolean
Web Push messages for groups and world invitations are configuredvoid
setOauth2
(boolean oauth2) Oauth2 authentication is supported, and the endpoint is availablevoid
setRemoteBrowser
(boolean remoteBrowser) Remote browsing with selenium is supported, and the endpoint is availablevoid
setSketchfab
(boolean sketchfab) Download of 3d content from sketchfab is allowedvoid
setStreamingMedia
(boolean streamingMedia) The server supports video/audio streamingvoid
setWebPush
(boolean webPush) Web Push messages for groups and world invitations are configuredtoString()
-
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
-
canEqual
-
hashCode
public int hashCode() -
toString
-