Package com.iizix
Class ServerConstants
java.lang.Object
com.iizix.ServerConstants
Static class holding constants used for the Server.
- Author:
- Christopher Mindus
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The Client WebSocket URI: "/iizi/app.ws"static final String
The base path for apps in IIZI: "/apps".static final String
The base path #2 for apps in IIZI without root: "apps/".static final String
The base path for compressed files URI's: "/izc".static final String
The base page URI (without trailing '/') for pages to launch iiziApp, iiziGoDesigner, etc...static final String
The base path for WebSocket URI's: "/iizi/".static final String
The iiziGo Design Viewer HTML file name.static final String
The full path to the iiziGo Design Viewer HTML file name.static final String
The JavaScript iiziGo Design Viewer WebSocket URI: "/iizi/iiziGoDV.ws"static final String
The iiziGo Designer HTML file name.static final String
The full path to the iiziGo Designer HTML file name.static final String
The JavaScript iiziGo Designer WebSocket URI: "/iizi/iiziGo.ws"static final String
The iiziApp HTML file name.static final String
The full path to the iiziApp HTML file name.static final String
The full path for the index page of iiziGo apps: "/apps/iiziGo-index.html".static final String
The JSON content type in UTF-8.static final String
The Load Balancer WebSocket URI: "/iizi/lb.ws"static final String
The Server Remote Runtime Builder WebSocket URI: "/iizi/rrb.ws"static final String
iiziRun list of panels URI: "/iizi/iiziRun/app.json".static final String
iiziRun list of panels URI: "/iizi/iiziRun/apps.json".static final String
iiziRun panels data URI: "/iizi/iiziRun/panel.json".static final String
iiziRun list of panels URI: "/iizi/iiziRun/panels.json".static final String
iiziRun send public key URI: "/iizi/iiziRun/pkey.json".static final String
The Server Monitoring WebSocket URI: "/iizi/sm.ws"static final String
Tooltips preview URI base: "/$tooltip-preview$".static final String
The IIZI VirtualSpace Viewer HTML file name.static final String
The full path to the IIZI VirtualSpace Viewer HTML file name.static final String
The VS Viewer intialize URI: "/iizi/VSViewer/init.json".static final String
The JavaScript VirtualSpace Viewer WebSocket URI: "/iizi/iiziVSViewer.ws"static final String
The IIZI WebSocket protocol: "iizi".static final String[]
Array of sub-protocols handled: just one: "iizi".Constructor Summary
Method Summary
Field Details
WS_PROTOCOL
The IIZI WebSocket protocol: "iizi".- See Also:
WS_PROTOCOLS
Array of sub-protocols handled: just one: "iizi".PS: Do not modify!
BASE_WS_URI
The base path for WebSocket URI's: "/iizi/".- See Also:
APP_CLIENT_URI
The Client WebSocket URI: "/iizi/app.ws"- See Also:
DESIGNER_URI
The JavaScript iiziGo Designer WebSocket URI: "/iizi/iiziGo.ws"- See Also:
DESIGN_VIEWER_URI
The JavaScript iiziGo Design Viewer WebSocket URI: "/iizi/iiziGoDV.ws"- See Also:
VS_VIEWER_URI
The JavaScript VirtualSpace Viewer WebSocket URI: "/iizi/iiziVSViewer.ws"- See Also:
SERVER_MONITOR_URI
The Server Monitoring WebSocket URI: "/iizi/sm.ws"- See Also:
LOAD_BALANCER_URI
The Load Balancer WebSocket URI: "/iizi/lb.ws"- See Also:
RT_BUILDER_URI
The Server Remote Runtime Builder WebSocket URI: "/iizi/rrb.ws"- See Also:
BASE_PAGE_URI
The base page URI (without trailing '/') for pages to launch iiziApp, iiziGoDesigner, etc...- See Also:
DESIGNER_FILE
The iiziGo Designer HTML file name.- See Also:
DESIGNER_FULL_PATH
The full path to the iiziGo Designer HTML file name.- See Also:
DESIGN_VIEWER_FILE
The iiziGo Design Viewer HTML file name.- See Also:
DESIGN_VIEWER_FULL_PATH
The full path to the iiziGo Design Viewer HTML file name.- See Also:
IIZI_APP_FILE
The iiziApp HTML file name.- See Also:
IIZI_APP_FULL_PATH
The full path to the iiziApp HTML file name.- See Also:
VS_VIEWER_FILE
The IIZI VirtualSpace Viewer HTML file name.- See Also:
VS_VIEWER_FULL_PATH
The full path to the IIZI VirtualSpace Viewer HTML file name.- See Also:
BASE_COMPRESSED_URI
The base path for compressed files URI's: "/izc".- See Also:
APPS_URI
The base path for apps in IIZI: "/apps".- See Also:
APPS_URI_2_NO_ROOT
The base path #2 for apps in IIZI without root: "apps/".- See Also:
IIZIGO_APPS_FULL_PATH
The full path for the index page of iiziGo apps: "/apps/iiziGo-index.html".- See Also:
TT_PREVIEW
Tooltips preview URI base: "/$tooltip-preview$".- See Also:
JSON_UTF8
The JSON content type in UTF-8.- See Also:
RUN_PKEY
iiziRun send public key URI: "/iizi/iiziRun/pkey.json".- See Also:
RUN_APP
iiziRun list of panels URI: "/iizi/iiziRun/app.json".- See Also:
RUN_APPS
iiziRun list of panels URI: "/iizi/iiziRun/apps.json".- See Also:
RUN_PANEL
iiziRun panels data URI: "/iizi/iiziRun/panel.json".- See Also:
RUN_PANELS
iiziRun list of panels URI: "/iizi/iiziRun/panels.json".- See Also:
VS_VIEWER_INIT_URI
The VS Viewer intialize URI: "/iizi/VSViewer/init.json".- See Also:
Constructor Details
ServerConstants
public ServerConstants()