Package com.iizix

Class ServerConstants

java.lang.Object
com.iizix.ServerConstants

public class ServerConstants extends Object
Static class holding constants used for the Server.
Author:
Christopher Mindus
  • Field Details

    • WS_PROTOCOL

      public static final String WS_PROTOCOL
      The IIZI WebSocket protocol: "iizi".
      See Also:
    • WS_PROTOCOL_COMPRESSED

      public static final String WS_PROTOCOL_COMPRESSED
      The IIZI WebSocket protocol: "iizic".
      See Also:
    • WS_PROTOCOLS

      public static final String[] WS_PROTOCOLS
      Array of sub-protocols handled: just one: "iizi".

      PS: Do not modify array!

    • BASE_WS_URI

      public static final String BASE_WS_URI
      The base path for WebSocket URI's: "/iizi/".
      See Also:
    • APP_CLIENT_WS_URI

      public static final String APP_CLIENT_WS_URI
      The Client WebSocket URI: "/iizi/app.ws"
      See Also:
    • DESIGNER_WS_URI

      public static final String DESIGNER_WS_URI
      The JavaScript iiziGo Designer WebSocket URI: "/iizi/iiziGo.ws"
      See Also:
    • DESIGN_VIEWER_WS_URI

      public static final String DESIGN_VIEWER_WS_URI
      The JavaScript iiziGo Design Viewer WebSocket URI: "/iizi/iiziGoDV.ws"
      See Also:
    • VS_VIEWER_WS_URI

      public static final String VS_VIEWER_WS_URI
      The JavaScript VirtualSpace Viewer WebSocket URI: "/iizi/iiziVSViewer.ws"
      See Also:
    • SERVER_MONITOR_WS_URI

      public static final String SERVER_MONITOR_WS_URI
      The Server Monitoring WebSocket URI: "/iizi/sm.ws"
      See Also:
    • LOAD_BALANCER_WS_URI

      public static final String LOAD_BALANCER_WS_URI
      The Load Balancer WebSocket URI: "/iizi/lb.ws"
      See Also:
    • RT_BUILDER_WS_URI

      public static final String RT_BUILDER_WS_URI
      The Server Remote Runtime Builder WebSocket URI: "/iizi/rrb.ws"
      See Also:
    • BASE_PAGE_URI

      public static final String BASE_PAGE_URI
      The base page URI (without trailing '/') for pages to launch iiziApp, iiziGoDesigner, etc...
      See Also:
    • DESIGNER_FILE

      public static final String DESIGNER_FILE
      The iiziGo Designer HTML file name.
      See Also:
    • DESIGNER_FULL_PATH

      public static final String DESIGNER_FULL_PATH
      The full path to the iiziGo Designer HTML file name.
      See Also:
    • DESIGN_VIEWER_FILE

      public static final String DESIGN_VIEWER_FILE
      The iiziGo Design Viewer HTML file name.
      See Also:
    • DESIGN_VIEWER_FULL_PATH

      public static final String DESIGN_VIEWER_FULL_PATH
      The full path to the iiziGo Design Viewer HTML file name.
      See Also:
    • IIZI_APP_FILE

      public static final String IIZI_APP_FILE
      The iiziApp HTML file name.
      See Also:
    • IIZI_APP_FULL_PATH

      public static final String IIZI_APP_FULL_PATH
      The full path to the iiziApp HTML file name.
      See Also:
    • VS_VIEWER_FILE

      public static final String VS_VIEWER_FILE
      The IIZI VirtualSpace Viewer HTML file name.
      See Also:
    • VS_VIEWER_FULL_PATH

      public static final String VS_VIEWER_FULL_PATH
      The full path to the IIZI VirtualSpace Viewer HTML file name.
      See Also:
    • BASE_COMPRESSED_URI

      public static final String BASE_COMPRESSED_URI
      The base path for compressed files URI's: "/izc".
      See Also:
    • APPS_URI

      public static final String APPS_URI
      The base path for apps in IIZI: "/apps".
      See Also:
    • APPS_URI_2_NO_ROOT

      public static final String APPS_URI_2_NO_ROOT
      The base path #2 for apps in IIZI without root: "apps/".
      See Also:
    • IIZIGO_APPS_FULL_PATH

      public static final String IIZIGO_APPS_FULL_PATH
      The full path for the index page of iiziGo apps: "/apps/iiziGo-index.html".
      See Also:
    • TT_PREVIEW

      public static final String TT_PREVIEW
      Tooltips preview URI base: "/$tooltip-preview$".
      See Also:
    • HTML_UTF8

      public static final String HTML_UTF8
      The HTML text in UTF-8 content type.
      See Also:
    • JSON_UTF8

      public static final String JSON_UTF8
      The JSON content type in UTF-8.
      See Also:
    • RUN_PKEY

      public static final String RUN_PKEY
      iiziRun send public key URI: "/iizi/iiziRun/pkey.json".
      See Also:
    • RUN_APP

      public static final String RUN_APP
      iiziRun list of panels URI: "/iizi/iiziRun/app.json".
      See Also:
    • RUN_APPS

      public static final String RUN_APPS
      iiziRun list of panels URI: "/iizi/iiziRun/apps.json".
      See Also:
    • RUN_PANEL

      public static final String RUN_PANEL
      iiziRun panels data URI: "/iizi/iiziRun/panel.json".
      See Also:
    • RUN_PANELS

      public static final String RUN_PANELS
      iiziRun list of panels URI: "/iizi/iiziRun/panels.json".
      See Also:
    • VS_VIEWER_INIT_URI

      public static final String VS_VIEWER_INIT_URI
      The VS Viewer intialize URI: "/iizi/VSViewer/init.json".
      See Also:
  • Constructor Details

    • ServerConstants

      public ServerConstants()