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 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
-
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:
-
-
Constructor Details
-
Constants
public Constants()
-