Eclipse Platform
Release 3.4

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
static String CONTEXT_PATH
          name="context.path" type="String"
static String CONTEXT_SESSIONINACTIVEINTERVAL
          name="context.sessioninactiveinterval" type="Integer"
static String HTTP_ENABLED
          name="http.enabled" type="Boolean" (default: true)
static String HTTP_HOST
          name="http.host" type="String" (default: 0.0.0.0 -- all network adapters)
static String HTTP_PORT
          name="http.port" type="Integer" (default: 0 -- first available port)
static String HTTPS_ENABLED
          name="https.enabled" type="Boolean" (default: false)
static String HTTPS_HOST
          name="https.host" type="String" (default: 0.0.0.0 -- all network adapters)
static String HTTPS_PORT
          name="https.port" type="Integer" (default: 0 -- first available port)
static String OTHER_INFO
          name="other.info" type="String"
static String SSL_ALGORITHM
          name="ssl.algorithm" type="String"
static String SSL_KEYPASSWORD
          name="ssl.keypassword" type="String"
static String SSL_KEYSTORE
          name="ssl.keystore" type="String"
static String SSL_KEYSTORETYPE
          name="ssl.keystoretype" type="String"
static String SSL_NEEDCLIENTAUTH
          name="ssl.needclientauth" type="Boolean"
static String SSL_PASSWORD
          name="ssl.password" type="String"
static String SSL_PROTOCOL
          name="ssl.protocol" type="String"
static String SSL_WANTCLIENTAUTH
          name="ssl.wantclientauth" type="Boolean"
 

Field Detail

HTTP_ENABLED

public static final String HTTP_ENABLED
name="http.enabled" type="Boolean" (default: true)

See Also:
Constant Field Values

HTTP_PORT

public static final String HTTP_PORT
name="http.port" type="Integer" (default: 0 -- first available port)

See Also:
Constant Field Values

HTTP_HOST

public static final String HTTP_HOST
name="http.host" type="String" (default: 0.0.0.0 -- all network adapters)

See Also:
Constant Field Values

HTTPS_ENABLED

public static final String HTTPS_ENABLED
name="https.enabled" type="Boolean" (default: false)

See Also:
Constant Field Values

HTTPS_HOST

public static final String HTTPS_HOST
name="https.host" type="String" (default: 0.0.0.0 -- all network adapters)

See Also:
Constant Field Values

HTTPS_PORT

public static final String HTTPS_PORT
name="https.port" type="Integer" (default: 0 -- first available port)

See Also:
Constant Field Values

SSL_KEYSTORE

public static final String SSL_KEYSTORE
name="ssl.keystore" type="String"

See Also:
Constant Field Values

SSL_PASSWORD

public static final String SSL_PASSWORD
name="ssl.password" type="String"

See Also:
Constant Field Values

SSL_KEYPASSWORD

public static final String SSL_KEYPASSWORD
name="ssl.keypassword" type="String"

See Also:
Constant Field Values

SSL_NEEDCLIENTAUTH

public static final String SSL_NEEDCLIENTAUTH
name="ssl.needclientauth" type="Boolean"

See Also:
Constant Field Values

SSL_WANTCLIENTAUTH

public static final String SSL_WANTCLIENTAUTH
name="ssl.wantclientauth" type="Boolean"

See Also:
Constant Field Values

SSL_PROTOCOL

public static final String SSL_PROTOCOL
name="ssl.protocol" type="String"

See Also:
Constant Field Values

SSL_ALGORITHM

public static final String SSL_ALGORITHM
name="ssl.algorithm" type="String"

See Also:
Constant Field Values

SSL_KEYSTORETYPE

public static final String SSL_KEYSTORETYPE
name="ssl.keystoretype" type="String"

See Also:
Constant Field Values

CONTEXT_PATH

public static final String CONTEXT_PATH
name="context.path" type="String"

See Also:
Constant Field Values

CONTEXT_SESSIONINACTIVEINTERVAL

public static final String CONTEXT_SESSIONINACTIVEINTERVAL
name="context.sessioninactiveinterval" type="Integer"

See Also:
Constant Field Values

OTHER_INFO

public static final String OTHER_INFO
name="other.info" type="String"

See Also:
Constant Field Values

Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.