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
APP_CLIENT_URI
The Client WebSocket URI: "/iizi/app.ws"static java.lang.String
APPS_URI
The base path for apps in IIZI: "/apps".static java.lang.String
APPS_URI_2_NO_ROOT
The base path #2 for apps in IIZI without root: "apps/".static java.lang.String
BASE_COMPRESSED_URI
The base path for compressed files URI's: "/izc".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 for WebSocket URI's: "/iizi/".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
DESIGN_VIEWER_URI
The JavaScript iiziGo Design Viewer WebSocket URI: "/iizi/iiziGoDV.ws"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
DESIGNER_URI
The JavaScript iiziGo Designer WebSocket URI: "/iizi/iiziGo.ws"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
IIZIGO_APPS_FULL_PATH
The full path for the index page of iiziGo apps: "/apps/iiziGo-index.html".static java.lang.String
JSON_UTF8
The JSON content type in UTF-8.static java.lang.String
LOAD_BALANCER_URI
The Load Balancer WebSocket URI: "/iizi/lb.ws"static java.lang.String
RT_BUILDER_URI
The Server Remote Runtime Builder WebSocket URI: "/iizi/rrb.ws"static java.lang.String
RUN_APP
iiziRun list of panels URI: "/iizi/iiziRun/app.json".static java.lang.String
RUN_APPS
iiziRun list of panels URI: "/iizi/iiziRun/apps.json".static java.lang.String
RUN_PANELS
iiziRun list of panels URI: "/iizi/iiziRun/panels.json".static java.lang.String
RUN_PKEY
iiziRun send public key URI: "/iizi/iiziRun/pkey.json".static java.lang.String
SERVER_MONITOR_URI
The Server Monitoring WebSocket URI: "/iizi/sm.ws"static java.lang.String
TT_PREVIEW
Tooltips preview URI base: "/$tooltip-preview$".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_INIT_URI
The VS Viewer intialize URI: "/iizi/VSViewer/init.json".static java.lang.String
VS_VIEWER_URI
The JavaScript VirtualSpace Viewer WebSocket URI: "/iizi/iiziVSViewer.ws"static java.lang.String
WS_PROTOCOL
The IIZI WebSocket protocol: "iizi".static java.lang.String[]
WS_PROTOCOLS
Array of sub-protocols handled: just one: "iizi".
Constructor Summary
Constructors Constructor Description ServerConstants()
Field Detail
WS_PROTOCOL
public static final java.lang.String WS_PROTOCOL
The IIZI WebSocket protocol: "iizi".- See Also:
- Constant Field Values
WS_PROTOCOLS
public static final java.lang.String[] WS_PROTOCOLS
Array of sub-protocols handled: just one: "iizi".PS: Do not modify!
BASE_WS_URI
public static final java.lang.String BASE_WS_URI
The base path for WebSocket URI's: "/iizi/".- See Also:
- Constant Field Values
APP_CLIENT_URI
public static final java.lang.String APP_CLIENT_URI
The Client WebSocket URI: "/iizi/app.ws"- See Also:
- Constant Field Values
DESIGNER_URI
public static final java.lang.String DESIGNER_URI
The JavaScript iiziGo Designer WebSocket URI: "/iizi/iiziGo.ws"- See Also:
- Constant Field Values
DESIGN_VIEWER_URI
public static final java.lang.String DESIGN_VIEWER_URI
The JavaScript iiziGo Design Viewer WebSocket URI: "/iizi/iiziGoDV.ws"- See Also:
- Constant Field Values
VS_VIEWER_URI
public static final java.lang.String VS_VIEWER_URI
The JavaScript VirtualSpace Viewer WebSocket URI: "/iizi/iiziVSViewer.ws"- See Also:
- Constant Field Values
SERVER_MONITOR_URI
public static final java.lang.String SERVER_MONITOR_URI
The Server Monitoring WebSocket URI: "/iizi/sm.ws"- See Also:
- Constant Field Values
LOAD_BALANCER_URI
public static final java.lang.String LOAD_BALANCER_URI
The Load Balancer WebSocket URI: "/iizi/lb.ws"- See Also:
- Constant Field Values
RT_BUILDER_URI
public static final java.lang.String RT_BUILDER_URI
The Server Remote Runtime Builder WebSocket URI: "/iizi/rrb.ws"- See Also:
- Constant Field Values
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_COMPRESSED_URI
public static final java.lang.String BASE_COMPRESSED_URI
The base path for compressed files URI's: "/izc".- See Also:
- Constant Field Values
APPS_URI
public static final java.lang.String APPS_URI
The base path for apps in IIZI: "/apps".- See Also:
- Constant Field Values
APPS_URI_2_NO_ROOT
public static final java.lang.String APPS_URI_2_NO_ROOT
The base path #2 for apps in IIZI without root: "apps/".- See Also:
- Constant Field Values
IIZIGO_APPS_FULL_PATH
public static final java.lang.String IIZIGO_APPS_FULL_PATH
The full path for the index page of iiziGo apps: "/apps/iiziGo-index.html".- See Also:
- Constant Field Values
TT_PREVIEW
public static final java.lang.String TT_PREVIEW
Tooltips preview URI base: "/$tooltip-preview$".- See Also:
- Constant Field Values
JSON_UTF8
public static final java.lang.String JSON_UTF8
The JSON content type in UTF-8.- See Also:
- Constant Field Values
RUN_PKEY
public static final java.lang.String RUN_PKEY
iiziRun send public key URI: "/iizi/iiziRun/pkey.json".- See Also:
- Constant Field Values
RUN_APP
public static final java.lang.String RUN_APP
iiziRun list of panels URI: "/iizi/iiziRun/app.json".- See Also:
- Constant Field Values
RUN_APPS
public static final java.lang.String RUN_APPS
iiziRun list of panels URI: "/iizi/iiziRun/apps.json".- See Also:
- Constant Field Values
RUN_PANELS
public static final java.lang.String RUN_PANELS
iiziRun list of panels URI: "/iizi/iiziRun/panels.json".- See Also:
- Constant Field Values
VS_VIEWER_INIT_URI
public static final java.lang.String VS_VIEWER_INIT_URI
The VS Viewer intialize URI: "/iizi/VSViewer/init.json".- See Also:
- Constant Field Values