Interface IWebServerTypes


  • public interface IWebServerTypes
    Categories and types of web servers.
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Field Detail

      • APACHE_CATEGORY

        static final String APACHE_CATEGORY
        Apache web server category. Value is 'com._1c.g5.v8.dt.platform.services.core.webServerCategory.Apache'.
        See Also:
        Constant Field Values
      • IIS_CATEGORY

        static final String IIS_CATEGORY
        IIS web server category. Value is 'com._1c.g5.v8.dt.platform.services.core.webServerCategory.IIS'.
        See Also:
        Constant Field Values
      • IIS_5_1

        static final String IIS_5_1
        IIS 5.1 web server type. Value is 'com._1c.g5.v8.dt.platform.services.core.webServerType.IIS.5.1'.
        See Also:
        Constant Field Values
      • IIS_6_0

        static final String IIS_6_0
        IIS 6.0 web server type. Value is 'com._1c.g5.v8.dt.platform.services.core.webServerType.IIS.6.0'.
        See Also:
        Constant Field Values
      • IIS_7_0

        static final String IIS_7_0
        IIS 7.0 web server type. Value is 'com._1c.g5.v8.dt.platform.services.core.webServerType.IIS.7.0'.
        See Also:
        Constant Field Values
      • IIS_7_5

        static final String IIS_7_5
        IIS 7.5 web server type. Value is 'com._1c.g5.v8.dt.platform.services.core.webServerType.IIS.7.5'.
        See Also:
        Constant Field Values
      • IIS_8_0

        static final String IIS_8_0
        IIS 8.0 web server type. Value is 'com._1c.g5.v8.dt.platform.services.core.webServerType.IIS.8.0'.
        See Also:
        Constant Field Values
      • APACHE_2_0

        static final String APACHE_2_0
        Apache 2.0 web server type. Value is 'com._1c.g5.v8.dt.platform.services.core.webServerType.Apache.2.0'.
        See Also:
        Constant Field Values
      • APACHE_2_2

        static final String APACHE_2_2
        Apache 2.2 web server type. Value is 'com._1c.g5.v8.dt.platform.services.core.webServerType.Apache.2.2'.
        See Also:
        Constant Field Values
      • APACHE_2_4

        static final String APACHE_2_4
        Apache 2.4 web server type. Value is 'com._1c.g5.v8.dt.platform.services.core.webServerType.Apache.2.4'.
        See Also:
        Constant Field Values
      • JETTY_9

        static final String JETTY_9
        Jetty 9 web server type. Value is 'com._1c.g5.v8.dt.platform.services.core.webServerType.Jetty.9'.
        See Also:
        Constant Field Values