Package com.iizix
Class ServerConstants
- java.lang.Object
-
- com.iizix.ServerConstants
-
public class ServerConstants extends java.lang.Object
Static class holding constants used for the Server.- Author:
- Christopher Mindus
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BASE_PAGE_URI
The base page URI (without trailing '/') for pages to launch iiziApp, iiziGoDesigner, etc...static java.lang.String
BASE_WS_URI
The base path "/iizi/" for WebSocket URI's.static java.lang.String
DESIGN_VIEWER_FILE
The iiziGo Design Viewer HTML file name.static java.lang.String
DESIGN_VIEWER_FULL_PATH
The full path to the iiziGo Design Viewer HTML file name.static java.lang.String
DESIGNER_FILE
The iiziGo Designer HTML file name.static java.lang.String
DESIGNER_FULL_PATH
The full path to the iiziGo Designer HTML file name.static java.lang.String
IIZI_APP_FILE
The iiziApp HTML file name.static java.lang.String
IIZI_APP_FULL_PATH
The full path to the iiziApp HTML file name.static java.lang.String
JAVASCRIPT_CLIENT_URI
The JavaScript Client WebSocket URI.static java.lang.String
MONITOR_URI
The Server Monitoring WebSocket URI.static java.lang.String
REMOTE_RUNTIME_BUILDER
The Server Remote Runtime Builder WebSocket URI.static java.lang.String
VS_VIEWER_FILE
The iizi VirtualSpace Viewer HTML file name.static java.lang.String
VS_VIEWER_FULL_PATH
The full path to the iizi VirtualSpace Viewer HTML file name.static java.lang.String
VS_VIEWER_URI
The JavaScript VirtualSpace Viewer WebSocket URI.static java.lang.String
WS_SUB_PROTOCOL
The WebSocket sub-protocol.
-
Constructor Summary
Constructors Constructor Description ServerConstants()
-
-
-
Field Detail
-
BASE_PAGE_URI
public static final java.lang.String BASE_PAGE_URI
The base page URI (without trailing '/') for pages to launch iiziApp, iiziGoDesigner, etc...- See Also:
- Constant Field Values
-
DESIGNER_FILE
public static final java.lang.String DESIGNER_FILE
The iiziGo Designer HTML file name.- See Also:
- Constant Field Values
-
DESIGNER_FULL_PATH
public static final java.lang.String DESIGNER_FULL_PATH
The full path to the iiziGo Designer HTML file name.- See Also:
- Constant Field Values
-
DESIGN_VIEWER_FILE
public static final java.lang.String DESIGN_VIEWER_FILE
The iiziGo Design Viewer HTML file name.- See Also:
- Constant Field Values
-
DESIGN_VIEWER_FULL_PATH
public static final java.lang.String DESIGN_VIEWER_FULL_PATH
The full path to the iiziGo Design Viewer HTML file name.- See Also:
- Constant Field Values
-
IIZI_APP_FILE
public static final java.lang.String IIZI_APP_FILE
The iiziApp HTML file name.- See Also:
- Constant Field Values
-
IIZI_APP_FULL_PATH
public static final java.lang.String IIZI_APP_FULL_PATH
The full path to the iiziApp HTML file name.- See Also:
- Constant Field Values
-
VS_VIEWER_FILE
public static final java.lang.String VS_VIEWER_FILE
The iizi VirtualSpace Viewer HTML file name.- See Also:
- Constant Field Values
-
VS_VIEWER_FULL_PATH
public static final java.lang.String VS_VIEWER_FULL_PATH
The full path to the iizi VirtualSpace Viewer HTML file name.- See Also:
- Constant Field Values
-
BASE_WS_URI
public static final java.lang.String BASE_WS_URI
The base path "/iizi/" for WebSocket URI's.- See Also:
- Constant Field Values
-
JAVASCRIPT_CLIENT_URI
public static final java.lang.String JAVASCRIPT_CLIENT_URI
The JavaScript Client WebSocket URI.- See Also:
- Constant Field Values
-
VS_VIEWER_URI
public static final java.lang.String VS_VIEWER_URI
The JavaScript VirtualSpace Viewer WebSocket URI.- See Also:
- Constant Field Values
-
MONITOR_URI
public static final java.lang.String MONITOR_URI
The Server Monitoring WebSocket URI.- See Also:
- Constant Field Values
-
REMOTE_RUNTIME_BUILDER
public static final java.lang.String REMOTE_RUNTIME_BUILDER
The Server Remote Runtime Builder WebSocket URI.- See Also:
- Constant Field Values
-
WS_SUB_PROTOCOL
public static final java.lang.String WS_SUB_PROTOCOL
The WebSocket sub-protocol.- See Also:
- Constant Field Values
-
-