Package org.apache.tomcat.util.net
Class Constants
java.lang.Object
org.apache.tomcat.util.net.Constants
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Name of the system property containing the tomcat instance installation pathstatic final boolean
static final String
JSSE and OpenSSL protocol namesstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
-
Field Details
-
CATALINA_BASE_PROP
Name of the system property containing the tomcat instance installation path- See Also:
-
SSL_PROTO_ALL
JSSE and OpenSSL protocol names- See Also:
-
SSL_PROTO_TLS
- See Also:
-
SSL_PROTO_TLSv1_3
- See Also:
-
SSL_PROTO_TLSv1_2
- See Also:
-
SSL_PROTO_TLSv1_1
- See Also:
-
SSL_PROTO_TLSv1_0
- See Also:
-
SSL_PROTO_TLSv1
- See Also:
-
SSL_PROTO_SSLv3
- See Also:
-
SSL_PROTO_SSLv2
- See Also:
-
SSL_PROTO_SSLv2Hello
- See Also:
-
IS_SECURITY_ENABLED
public static final boolean IS_SECURITY_ENABLED
-
-
Constructor Details
-
Constants
public Constants()
-