Constant Field Values


Contents
org.apache.*

org.apache.felix.http.jetty.Activator
public static final boolean DEFAULT_HTTP_ENABLE true
public static final int DEFAULT_HTTP_PORT 80
public static final boolean DEFAULT_HTTPS_ENABLE false
public static final int DEFAULT_HTTPS_PORT 443
public static final String DEFAULT_SSL_PROVIDER "org.mortbay.http.SunJsseListener"
public static final boolean DEFAULT_USE_NIO true
public static final String FELIX_HTTP_DEBUG "org.apache.felix.http.debug"
public static final String FELIX_HTTP_ENABLE "org.apache.felix.http.enable"
public static final String FELIX_HTTPS_ENABLE "org.apache.felix.https.enable"
public static final String FELIX_KEYSTORE "org.apache.felix.https.keystore"
public static final String FELIX_KEYSTORE_KEY_PASSWORD "org.apache.felix.https.keystore.key.password"
public static final String FELIX_KEYSTORE_PASSWORD "org.apache.felix.https.keystore.password"
public static final String FELIX_SSL_PROVIDER "org.apache.felix.https.provider"
public static final String HTTP_DEBUG "org.apache.felix.http.jetty.debug"
public static final String HTTP_NIO "org.apache.felix.http.nio"
public static final String HTTP_PORT "org.osgi.service.http.port"
public static final String HTTP_SVCPROP_PORT "org.apache.felix.http.svcprop.port"
public static final String HTTPS_PORT "org.osgi.service.http.port.secure"
public static final String HTTPS_SVCPROP_PORT "org.apache.felix.http.svcprop.port.secure"
public static final String OSCAR_HTTPS_ENABLE "org.ungoverned.osgi.bundle.https.enable"
public static final String OSCAR_KEYSTORE "org.ungoverned.osgi.bundle.https.keystore"
public static final String OSCAR_KEYSTORE_KEY_PASSWORD "org.ungoverned.osgi.bundle.https.key.password"
public static final String OSCAR_KEYSTORE_PASSWORD "org.ungoverned.osgi.bundle.https.password"
public static final String OSCAR_SSL_PROVIDER "org.ungoverned.osgi.bundle.https.provider"



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.