Class Constants


  • public class Constants
    extends java.lang.Object
    Constants for network utilities.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CATALINA_BASE_PROP

        public static final java.lang.String CATALINA_BASE_PROP
        Name of the system property containing the tomcat instance installation path
        See Also:
        Constant Field Values
      • SSL_PROTO_ALL

        public static final java.lang.String SSL_PROTO_ALL
        JSSE and OpenSSL protocol names
        See Also:
        Constant Field Values
      • SSL_PROTO_TLS

        public static final java.lang.String SSL_PROTO_TLS
        TLS protocol identifier.
        See Also:
        Constant Field Values
      • SSL_PROTO_TLSv1_3

        public static final java.lang.String SSL_PROTO_TLSv1_3
        TLS 1.3 protocol identifier.
        See Also:
        Constant Field Values
      • SSL_PROTO_TLSv1_2

        public static final java.lang.String SSL_PROTO_TLSv1_2
        TLS 1.2 protocol identifier.
        See Also:
        Constant Field Values
      • SSL_PROTO_TLSv1_1

        public static final java.lang.String SSL_PROTO_TLSv1_1
        TLS 1.1 protocol identifier.
        See Also:
        Constant Field Values
      • SSL_PROTO_TLSv1_0

        public static final java.lang.String SSL_PROTO_TLSv1_0
        TLS 1.0 protocol identifier (with dot notation).
        See Also:
        Constant Field Values
      • SSL_PROTO_TLSv1

        public static final java.lang.String SSL_PROTO_TLSv1
        TLS 1.0 protocol identifier (without dot notation).
        See Also:
        Constant Field Values
      • SSL_PROTO_SSLv3

        public static final java.lang.String SSL_PROTO_SSLv3
        SSL 3.0 protocol identifier.
        See Also:
        Constant Field Values
      • SSL_PROTO_SSLv2

        public static final java.lang.String SSL_PROTO_SSLv2
        SSL 2.0 protocol identifier.
        See Also:
        Constant Field Values
      • SSL_PROTO_SSLv2Hello

        public static final java.lang.String SSL_PROTO_SSLv2Hello
        SSL 2.0 Hello protocol identifier.
        See Also:
        Constant Field Values
      • IS_SECURITY_ENABLED

        public static final boolean IS_SECURITY_ENABLED