Package org.eclipse.equinox.http.jetty
Interface JettyConstants
public interface JettyConstants
Provides configuration constants for use with JettyConfigurator.
- Since:
- 1.1
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
name="context.path" type="String"static final String
name="context.sessioninactiveinterval" type="Integer"static final String
name="customizer.class" type="String"
(full qualified name of the class that implementsorg.eclipse.equinox.http.jetty.JettyCustomizer
and has a public no-arg constructor; the class must be supplied via a fragment to this bundle's classpath)static final String
name="housekeeper.interval" type="Integer"static final String
name="http.enabled" type="Boolean" (default: true)static final String
name="http.host" type="String" (default: 0.0.0.0 -- all network adapters)static final String
name="http.maxThreads" type="Integer" (default: 200 -- max number of threads)static final String
name="http.maxThreads" type="Integer" (default: 8 -- max number of threads)static final String
name="http.nio" type="Boolean" (default: true, with some exceptions for JREs with known NIO problems)static final String
name="http.port" type="Integer" (default: 0 -- first available port)static final String
name="https.enabled" type="Boolean" (default: false)static final String
name="https.host" type="String" (default: 0.0.0.0 -- all network adapters)static final String
name="https.port" type="Integer" (default: 0 -- first available port)static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
name="other.info" type="String"static final String
static final String
name="ssl.algorithm" type="String"static final String
name="ssl.keypassword" type="String"static final String
name="ssl.keystore" type="String"static final String
name="ssl.keystoretype" type="String"static final String
name="ssl.needclientauth" type="Boolean"static final String
name="ssl.password" type="String"static final String
name="ssl.protocol" type="String"static final String
name="ssl.wantclientauth" type="Boolean"
-
Field Details
-
HTTP_ENABLED
name="http.enabled" type="Boolean" (default: true)- See Also:
-
HTTP_PORT
name="http.port" type="Integer" (default: 0 -- first available port)- See Also:
-
HTTP_HOST
name="http.host" type="String" (default: 0.0.0.0 -- all network adapters)- See Also:
-
HTTP_NIO
name="http.nio" type="Boolean" (default: true, with some exceptions for JREs with known NIO problems)- Since:
- 1.1
- See Also:
-
HTTPS_ENABLED
name="https.enabled" type="Boolean" (default: false)- See Also:
-
HTTPS_HOST
name="https.host" type="String" (default: 0.0.0.0 -- all network adapters)- See Also:
-
HTTPS_PORT
name="https.port" type="Integer" (default: 0 -- first available port)- See Also:
-
HTTP_MAXTHREADS
name="http.maxThreads" type="Integer" (default: 200 -- max number of threads)- Since:
- 1.2
- See Also:
-
HTTP_MINTHREADS
name="http.maxThreads" type="Integer" (default: 8 -- max number of threads)- Since:
- 1.2
- See Also:
-
MULTIPART_FILESIZETHRESHOLD
Deprecated.- Since:
- 1.3
- See Also:
-
MULTIPART_LOCATION
Deprecated.- Since:
- 1.3
- See Also:
-
MULTIPART_MAXFILESIZE
Deprecated.- Since:
- 1.3
- See Also:
-
MULTIPART_MAXREQUESTSIZE
Deprecated.- Since:
- 1.3
- See Also:
-
SSL_KEYSTORE
name="ssl.keystore" type="String"- See Also:
-
SSL_PASSWORD
name="ssl.password" type="String"- See Also:
-
SSL_KEYPASSWORD
name="ssl.keypassword" type="String"- See Also:
-
SSL_NEEDCLIENTAUTH
name="ssl.needclientauth" type="Boolean"- See Also:
-
SSL_WANTCLIENTAUTH
name="ssl.wantclientauth" type="Boolean"- See Also:
-
SSL_PROTOCOL
name="ssl.protocol" type="String"- See Also:
-
SSL_ALGORITHM
name="ssl.algorithm" type="String"- See Also:
-
SSL_KEYSTORETYPE
name="ssl.keystoretype" type="String"- See Also:
-
CONTEXT_PATH
name="context.path" type="String"- See Also:
-
CONTEXT_SESSIONINACTIVEINTERVAL
name="context.sessioninactiveinterval" type="Integer"- See Also:
-
HOUSEKEEPER_INTERVAL
name="housekeeper.interval" type="Integer"- Since:
- 1.5
- See Also:
-
CUSTOMIZER_CLASS
name="customizer.class" type="String"
(full qualified name of the class that implementsorg.eclipse.equinox.http.jetty.JettyCustomizer
and has a public no-arg constructor; the class must be supplied via a fragment to this bundle's classpath)- Since:
- 1.1
- See Also:
-
OTHER_INFO
name="other.info" type="String"- See Also:
-
PROPERTY_PREFIX
- Since:
- 1.3
- See Also:
-