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 booleanbooleaninthashCode()booleanisOauth2()Oauth2 authentication is supported, and the endpoint is availablebooleanRemote browsing with selenium is supported, and the endpoint is availablebooleanDownload of 3d content from sketchfab is allowedbooleanThe server supports video/audio streamingbooleanWeb Push messages for groups and world invitations are configuredvoidsetOauth2(boolean oauth2) Oauth2 authentication is supported, and the endpoint is availablevoidsetRemoteBrowser(boolean remoteBrowser) Remote browsing with selenium is supported, and the endpoint is availablevoidsetSketchfab(boolean sketchfab) Download of 3d content from sketchfab is allowedvoidsetStreamingMedia(boolean streamingMedia) The server supports video/audio streamingvoidsetWebPush(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
-