- FELIX_HOST - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
-
Felix specific property to set the interface to listen on.
- FELIX_HTTP_CONTEXT_PATH - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
-
Felix specific property to set the servlet context path of the Http Service
- FELIX_HTTP_DEBUG - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
-
Felix specific property to enable debug messages
- FELIX_HTTP_ENABLE - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
-
Felix specific property to control whether to enable HTTP.
- FELIX_HTTP_MBEANS - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
-
Felix specific property to enable Jetty MBeans.
- FELIX_HTTP_PATH_EXCLUSIONS - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
-
Felix specific property to set the list of path exclusions for Web Application Bundles
- FELIX_HTTPS_CLIENT_CERT - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
-
Felix specific property to control whether to want or require HTTPS client certificates.
- FELIX_HTTPS_ENABLE - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
-
Felix specific property to control whether to enable HTTPS.
- FELIX_JETTY_EXCLUDED_PROTOCOLS - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
-
Felix specific property to configure the excluded protocols
- FELIX_JETTY_EXCLUDED_SUITES - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
-
Felix specific property to configure the excluded cipher suites
- FELIX_JETTY_EXCLUDED_SUITES_OLD - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
-
Deprecated.
- FELIX_JETTY_HEADER_BUFFER_SIZE - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
-
Felix specific property to configure the request buffer size.
- FELIX_JETTY_INCLUDED_PROTOCOLS - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
-
Felix specific property to configure the included protocols
- FELIX_JETTY_INCLUDED_SUITES - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
-
Felix specific property to configure the included cipher suites.
- FELIX_JETTY_INCLUDED_SUITES_OLD - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
-
Deprecated.
- FELIX_JETTY_MAX_FORM_SIZE - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
-
Felix specific property to configure the max form size.
- FELIX_JETTY_REQUEST_BUFFER_SIZE - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
-
Felix specific property to configure the request buffer size.
- FELIX_JETTY_RESPONSE_BUFFER_SIZE - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
-
Felix specific property to configure the request buffer size.
- FELIX_JETTY_SEND_SERVER_HEADER - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
-
Felix specific property to specify whether a server header should be sent (defaults to true)
- FELIX_KEYSTORE - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
-
Felix specific property to override the keystore file location.
- FELIX_KEYSTORE_KEY_PASSWORD - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
-
Felix specific property to override the keystore key password.
- FELIX_KEYSTORE_PASSWORD - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
-
Felix specific property to override the keystore password.
- FELIX_KEYSTORE_TYPE - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
-
Felix specific property to override the type of keystore (JKS).
- FELIX_SESSION_TIMEOUT - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
-
Felix specific property to configure the session timeout in minutes (same session-timout in web.xml).
- FELIX_TRUSTSTORE - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
-
Felix specific property to override the truststore file location.
- FELIX_TRUSTSTORE_PASSWORD - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
-
Felix specific property to override the truststore password.
- FELIX_TRUSTSTORE_TYPE - Static variable in class org.apache.felix.http.jetty.internal.JettyConfig
-
Felix specific property to override the type of truststore (JKS).