Package com.iizix
Class ServerConstants
java.lang.Object
com.iizix.ServerConstants
Static class holding constants used for the Server.
- Author:
- Christopher Mindus
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe Client WebSocket URI: "/iizi/app.ws"static final StringThe base path for apps in IIZI: "/apps".static final StringThe base path #2 for apps in IIZI without root: "apps/".static final StringThe base path for compressed files URI's: "/izc".static final StringThe base page URI (without trailing '/') for pages to launch iiziApp, iiziGoDesigner, etc...static final StringThe base path for WebSocket URI's: "/iizi/".static final StringThe iiziGo Design Viewer HTML file name.static final StringThe full path to the iiziGo Design Viewer HTML file name.static final StringThe JavaScript iiziGo Design Viewer WebSocket URI: "/iizi/iiziGoDV.ws"static final StringThe iiziGo Designer HTML file name.static final StringThe full path to the iiziGo Designer HTML file name.static final StringThe JavaScript iiziGo Designer WebSocket URI: "/iizi/iiziGo.ws"static final StringThe HTML text in UTF-8 content type.static final StringThe iiziApp HTML file name.static final StringThe full path to the iiziApp HTML file name.static final StringThe full path for the index page of iiziGo apps: "/apps/iiziGo-index.html".static final StringThe JSON content type in UTF-8.static final StringThe Load Balancer WebSocket URI: "/iizi/lb.ws"static final StringThe Server Remote Runtime Builder WebSocket URI: "/iizi/rrb.ws"static final StringiiziRun list of panels URI: "/iizi/iiziRun/app.json".static final StringiiziRun list of panels URI: "/iizi/iiziRun/apps.json".static final StringiiziRun panels data URI: "/iizi/iiziRun/panel.json".static final StringiiziRun list of panels URI: "/iizi/iiziRun/panels.json".static final StringiiziRun send public key URI: "/iizi/iiziRun/pkey.json".static final StringThe Server Monitoring WebSocket URI: "/iizi/sm.ws"static final StringTooltips preview URI base: "/$tooltip-preview$".static final StringThe IIZI VirtualSpace Viewer HTML file name.static final StringThe full path to the IIZI VirtualSpace Viewer HTML file name.static final StringThe VS Viewer intialize URI: "/iizi/VSViewer/init.json".static final StringThe JavaScript VirtualSpace Viewer WebSocket URI: "/iizi/iiziVSViewer.ws"static final StringThe IIZI WebSocket protocol: "iizi".static final StringThe IIZI WebSocket protocol: "iizic".static final String[]Array of sub-protocols handled: just one: "iizi".Constructor Summary
ConstructorsMethod Summary
Field Details
WS_PROTOCOL
The IIZI WebSocket protocol: "iizi".- See Also:
WS_PROTOCOL_COMPRESSED
The IIZI WebSocket protocol: "iizic".- See Also:
WS_PROTOCOLS
Array of sub-protocols handled: just one: "iizi".PS: Do not modify array!
BASE_WS_URI
The base path for WebSocket URI's: "/iizi/".- See Also:
APP_CLIENT_WS_URI
The Client WebSocket URI: "/iizi/app.ws"- See Also:
DESIGNER_WS_URI
The JavaScript iiziGo Designer WebSocket URI: "/iizi/iiziGo.ws"- See Also:
DESIGN_VIEWER_WS_URI
The JavaScript iiziGo Design Viewer WebSocket URI: "/iizi/iiziGoDV.ws"- See Also:
VS_VIEWER_WS_URI
The JavaScript VirtualSpace Viewer WebSocket URI: "/iizi/iiziVSViewer.ws"- See Also:
SERVER_MONITOR_WS_URI
The Server Monitoring WebSocket URI: "/iizi/sm.ws"- See Also:
LOAD_BALANCER_WS_URI
The Load Balancer WebSocket URI: "/iizi/lb.ws"- See Also:
RT_BUILDER_WS_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:
HTML_UTF8
The HTML text in UTF-8 content type.- 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()