org.ow2.petals.binding.soap
Class SoapConstants.HttpServer

java.lang.Object
  extended by org.ow2.petals.binding.soap.SoapConstants.HttpServer
Enclosing class:
SoapConstants

public static class SoapConstants.HttpServer
extends java.lang.Object

HTTP server related constants

Author:
Christophe HAMERLING - eBM WebSourcing

Field Summary
static int DEFAULT_HTTP_ACCEPTORS
           
static int DEFAULT_HTTP_PORT
           
static java.lang.String DEFAULT_HTTP_SERVICES_CONTEXT
           
static boolean DEFAULT_HTTP_SERVICES_LIST
           
static java.lang.String DEFAULT_HTTP_SERVICES_MAPPING
           
static int DEFAULT_HTTP_THREAD_POOL_SIZE_MAX
           
static int DEFAULT_HTTP_THREAD_POOL_SIZE_MIN
           
static int DEFAULT_HTTPS_PORT
           
static java.lang.String HTTP_ACCEPTORS
          The number of HTTP acceptors
static java.lang.String HTTP_HOSTNAME
          The interface address to be used for the server
static java.lang.String HTTP_PORT
          The HTTP port the Jetty server listen incoming request on
static java.lang.String HTTP_SERVICES_CONTEXT
          The URL context
static java.lang.String HTTP_SERVICES_LIST
          Provide or not services list
static java.lang.String HTTP_SERVICES_MAPPING
          The service mapping URL
static java.lang.String HTTP_THREAD_POOL_SIZE_MAX
          The max size of the HTTP pool
static java.lang.String HTTP_THREAD_POOL_SIZE_MIN
          The min size of the HTTP pool
static java.lang.String HTTPS_ENABLED
          Define if HTTPS is enabled
static java.lang.String HTTPS_KEYSTORE_FILE
          The absolute file path of the keystore
static java.lang.String HTTPS_KEYSTORE_KEY_PASSWORD
          The password of the key
static java.lang.String HTTPS_KEYSTORE_PASSWORD
          The password of the keystore
static java.lang.String HTTPS_KEYSTORE_TYPE
          The type of the keystore (JKS / PKCS12)
static java.lang.String HTTPS_PORT
          The HTTPS port the Jetty server listen incoming request on
static java.lang.String HTTPS_TRUSTSTORE_FILE
          The absolute file path of the truststore
static java.lang.String HTTPS_TRUSTSTORE_PASSWORD
          The password of the truststore
static java.lang.String HTTPS_TRUSTSTORE_TYPE
          The type of the truststore (JKS / PKCS12)
 
Constructor Summary
SoapConstants.HttpServer()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTTP_PORT

public static final java.lang.String HTTP_PORT
The HTTP port the Jetty server listen incoming request on

See Also:
Constant Field Values

HTTP_HOSTNAME

public static final java.lang.String HTTP_HOSTNAME
The interface address to be used for the server

See Also:
Constant Field Values

HTTP_SERVICES_LIST

public static final java.lang.String HTTP_SERVICES_LIST
Provide or not services list

See Also:
Constant Field Values

HTTP_SERVICES_CONTEXT

public static final java.lang.String HTTP_SERVICES_CONTEXT
The URL context

See Also:
Constant Field Values

HTTP_SERVICES_MAPPING

public static final java.lang.String HTTP_SERVICES_MAPPING
The service mapping URL

See Also:
Constant Field Values

HTTP_THREAD_POOL_SIZE_MAX

public static final java.lang.String HTTP_THREAD_POOL_SIZE_MAX
The max size of the HTTP pool

See Also:
Constant Field Values

HTTP_THREAD_POOL_SIZE_MIN

public static final java.lang.String HTTP_THREAD_POOL_SIZE_MIN
The min size of the HTTP pool

See Also:
Constant Field Values

HTTP_ACCEPTORS

public static final java.lang.String HTTP_ACCEPTORS
The number of HTTP acceptors

See Also:
Constant Field Values

HTTPS_PORT

public static final java.lang.String HTTPS_PORT
The HTTPS port the Jetty server listen incoming request on

See Also:
Constant Field Values

HTTPS_ENABLED

public static final java.lang.String HTTPS_ENABLED
Define if HTTPS is enabled

See Also:
Constant Field Values

HTTPS_KEYSTORE_TYPE

public static final java.lang.String HTTPS_KEYSTORE_TYPE
The type of the keystore (JKS / PKCS12)

See Also:
Constant Field Values

HTTPS_KEYSTORE_FILE

public static final java.lang.String HTTPS_KEYSTORE_FILE
The absolute file path of the keystore

See Also:
Constant Field Values

HTTPS_KEYSTORE_PASSWORD

public static final java.lang.String HTTPS_KEYSTORE_PASSWORD
The password of the keystore

See Also:
Constant Field Values

HTTPS_KEYSTORE_KEY_PASSWORD

public static final java.lang.String HTTPS_KEYSTORE_KEY_PASSWORD
The password of the key

See Also:
Constant Field Values

HTTPS_TRUSTSTORE_TYPE

public static final java.lang.String HTTPS_TRUSTSTORE_TYPE
The type of the truststore (JKS / PKCS12)

See Also:
Constant Field Values

HTTPS_TRUSTSTORE_FILE

public static final java.lang.String HTTPS_TRUSTSTORE_FILE
The absolute file path of the truststore

See Also:
Constant Field Values

HTTPS_TRUSTSTORE_PASSWORD

public static final java.lang.String HTTPS_TRUSTSTORE_PASSWORD
The password of the truststore

See Also:
Constant Field Values

DEFAULT_HTTP_PORT

public static final int DEFAULT_HTTP_PORT
See Also:
Constant Field Values

DEFAULT_HTTPS_PORT

public static final int DEFAULT_HTTPS_PORT
See Also:
Constant Field Values

DEFAULT_HTTP_SERVICES_LIST

public static final boolean DEFAULT_HTTP_SERVICES_LIST
See Also:
Constant Field Values

DEFAULT_HTTP_SERVICES_CONTEXT

public static final java.lang.String DEFAULT_HTTP_SERVICES_CONTEXT
See Also:
Constant Field Values

DEFAULT_HTTP_SERVICES_MAPPING

public static final java.lang.String DEFAULT_HTTP_SERVICES_MAPPING
See Also:
Constant Field Values

DEFAULT_HTTP_THREAD_POOL_SIZE_MAX

public static final int DEFAULT_HTTP_THREAD_POOL_SIZE_MAX
See Also:
Constant Field Values

DEFAULT_HTTP_THREAD_POOL_SIZE_MIN

public static final int DEFAULT_HTTP_THREAD_POOL_SIZE_MIN
See Also:
Constant Field Values

DEFAULT_HTTP_ACCEPTORS

public static final int DEFAULT_HTTP_ACCEPTORS
See Also:
Constant Field Values
Constructor Detail

SoapConstants.HttpServer

public SoapConstants.HttpServer()


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.