Package com.iizix
Class ServerConstants
java.lang.Object
com.iizix.ServerConstants
Static class holding constants used for the Server.
- Author:
- Christopher Mindus
- Field SummaryFieldsModifier and TypeFieldDescription- static 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 SummaryConstructors
- Method Summary
- Field Details- WS_PROTOCOLThe IIZI WebSocket protocol: "iizi".- See Also:
 
- WS_PROTOCOL_COMPRESSEDThe IIZI WebSocket protocol: "iizic".- See Also:
 
- WS_PROTOCOLSArray of sub-protocols handled: just one: "iizi".- PS: Do not modify array! 
- BASE_WS_URIThe base path for WebSocket URI's: "/iizi/".- See Also:
 
- APP_CLIENT_WS_URIThe Client WebSocket URI: "/iizi/app.ws"- See Also:
 
- DESIGNER_WS_URIThe JavaScript iiziGo Designer WebSocket URI: "/iizi/iiziGo.ws"- See Also:
 
- DESIGN_VIEWER_WS_URIThe JavaScript iiziGo Design Viewer WebSocket URI: "/iizi/iiziGoDV.ws"- See Also:
 
- VS_VIEWER_WS_URIThe JavaScript VirtualSpace Viewer WebSocket URI: "/iizi/iiziVSViewer.ws"- See Also:
 
- SERVER_MONITOR_WS_URIThe Server Monitoring WebSocket URI: "/iizi/sm.ws"- See Also:
 
- LOAD_BALANCER_WS_URIThe Load Balancer WebSocket URI: "/iizi/lb.ws"- See Also:
 
- RT_BUILDER_WS_URIThe Server Remote Runtime Builder WebSocket URI: "/iizi/rrb.ws"- See Also:
 
- BASE_PAGE_URIThe base page URI (without trailing '/') for pages to launch iiziApp, iiziGoDesigner, etc...- See Also:
 
- DESIGNER_FILEThe iiziGo Designer HTML file name.- See Also:
 
- DESIGNER_FULL_PATHThe full path to the iiziGo Designer HTML file name.- See Also:
 
- DESIGN_VIEWER_FILEThe iiziGo Design Viewer HTML file name.- See Also:
 
- DESIGN_VIEWER_FULL_PATHThe full path to the iiziGo Design Viewer HTML file name.- See Also:
 
- IIZI_APP_FILEThe iiziApp HTML file name.- See Also:
 
- IIZI_APP_FULL_PATHThe full path to the iiziApp HTML file name.- See Also:
 
- VS_VIEWER_FILEThe IIZI VirtualSpace Viewer HTML file name.- See Also:
 
- VS_VIEWER_FULL_PATHThe full path to the IIZI VirtualSpace Viewer HTML file name.- See Also:
 
- BASE_COMPRESSED_URIThe base path for compressed files URI's: "/izc".- See Also:
 
- APPS_URIThe base path for apps in IIZI: "/apps".- See Also:
 
- APPS_URI_2_NO_ROOTThe base path #2 for apps in IIZI without root: "apps/".- See Also:
 
- IIZIGO_APPS_FULL_PATHThe full path for the index page of iiziGo apps: "/apps/iiziGo-index.html".- See Also:
 
- TT_PREVIEWTooltips preview URI base: "/$tooltip-preview$".- See Also:
 
- HTML_UTF8The HTML text in UTF-8 content type.- See Also:
 
- JSON_UTF8The JSON content type in UTF-8.- See Also:
 
- RUN_PKEYiiziRun send public key URI: "/iizi/iiziRun/pkey.json".- See Also:
 
- RUN_APPiiziRun list of panels URI: "/iizi/iiziRun/app.json".- See Also:
 
- RUN_APPSiiziRun list of panels URI: "/iizi/iiziRun/apps.json".- See Also:
 
- RUN_PANELiiziRun panels data URI: "/iizi/iiziRun/panel.json".- See Also:
 
- RUN_PANELSiiziRun list of panels URI: "/iizi/iiziRun/panels.json".- See Also:
 
- VS_VIEWER_INIT_URIThe VS Viewer intialize URI: "/iizi/VSViewer/init.json".- See Also:
 
 
- Constructor Details- ServerConstantspublic ServerConstants()