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 SummaryFieldsModifier and TypeFieldDescriptionstatic final Stringname="context.path" type="String"static final Stringname="context.sessioninactiveinterval" type="Integer"static final Stringname="customizer.class" type="String"
 (full qualified name of the class that implementsorg.eclipse.equinox.http.jetty.JettyCustomizerand has a public no-arg constructor; the class must be supplied via a fragment to this bundle's classpath)static final Stringname="housekeeper.interval" type="Integer"static final Stringname="http.enabled" type="Boolean" (default: true)static final Stringname="http.host" type="String" (default: 0.0.0.0 -- all network adapters)static final Stringname="http.maxThreads" type="Integer" (default: 200 -- max number of threads)static final Stringname="http.maxThreads" type="Integer" (default: 8 -- max number of threads)static final Stringname="http.nio" type="Boolean" (default: true, with some exceptions for JREs with known NIO problems)static final Stringname="http.port" type="Integer" (default: 0 -- first available port)static final Stringname="https.enabled" type="Boolean" (default: false)static final Stringname="https.host" type="String" (default: 0.0.0.0 -- all network adapters)static final Stringname="https.port" type="Integer" (default: 0 -- first available port)static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final Stringname="other.info" type="String"static final Stringstatic final Stringname="ssl.algorithm" type="String"static final Stringname="ssl.keypassword" type="String"static final Stringname="ssl.keystore" type="String"static final Stringname="ssl.keystoretype" type="String"static final Stringname="ssl.needclientauth" type="Boolean"static final Stringname="ssl.password" type="String"static final Stringname="ssl.protocol" type="String"static final Stringname="ssl.wantclientauth" type="Boolean"
- 
Field Details- 
HTTP_ENABLEDname="http.enabled" type="Boolean" (default: true)- See Also:
 
- 
HTTP_PORTname="http.port" type="Integer" (default: 0 -- first available port)- See Also:
 
- 
HTTP_HOSTname="http.host" type="String" (default: 0.0.0.0 -- all network adapters)- See Also:
 
- 
HTTP_NIOname="http.nio" type="Boolean" (default: true, with some exceptions for JREs with known NIO problems)- Since:
- 1.1
- See Also:
 
- 
HTTPS_ENABLEDname="https.enabled" type="Boolean" (default: false)- See Also:
 
- 
HTTPS_HOSTname="https.host" type="String" (default: 0.0.0.0 -- all network adapters)- See Also:
 
- 
HTTPS_PORTname="https.port" type="Integer" (default: 0 -- first available port)- See Also:
 
- 
HTTP_MAXTHREADSname="http.maxThreads" type="Integer" (default: 200 -- max number of threads)- Since:
- 1.2
- See Also:
 
- 
HTTP_MINTHREADSname="http.maxThreads" type="Integer" (default: 8 -- max number of threads)- Since:
- 1.2
- See Also:
 
- 
MULTIPART_FILESIZETHRESHOLDDeprecated.- Since:
- 1.3
- See Also:
 
- 
MULTIPART_LOCATIONDeprecated.- Since:
- 1.3
- See Also:
 
- 
MULTIPART_MAXFILESIZEDeprecated.- Since:
- 1.3
- See Also:
 
- 
MULTIPART_MAXREQUESTSIZEDeprecated.- Since:
- 1.3
- See Also:
 
- 
SSL_KEYSTOREname="ssl.keystore" type="String"- See Also:
 
- 
SSL_PASSWORDname="ssl.password" type="String"- See Also:
 
- 
SSL_KEYPASSWORDname="ssl.keypassword" type="String"- See Also:
 
- 
SSL_NEEDCLIENTAUTHname="ssl.needclientauth" type="Boolean"- See Also:
 
- 
SSL_WANTCLIENTAUTHname="ssl.wantclientauth" type="Boolean"- See Also:
 
- 
SSL_PROTOCOLname="ssl.protocol" type="String"- See Also:
 
- 
SSL_ALGORITHMname="ssl.algorithm" type="String"- See Also:
 
- 
SSL_KEYSTORETYPEname="ssl.keystoretype" type="String"- See Also:
 
- 
CONTEXT_PATHname="context.path" type="String"- See Also:
 
- 
CONTEXT_SESSIONINACTIVEINTERVALname="context.sessioninactiveinterval" type="Integer"- See Also:
 
- 
HOUSEKEEPER_INTERVALname="housekeeper.interval" type="Integer"- Since:
- 1.5
- See Also:
 
- 
CUSTOMIZER_CLASSname="customizer.class" type="String"
 (full qualified name of the class that implementsorg.eclipse.equinox.http.jetty.JettyCustomizerand 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_INFOname="other.info" type="String"- See Also:
 
- 
PROPERTY_PREFIX- Since:
- 1.3
- See Also:
 
 
-