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

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

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

HTTP server related constants

Author:
Christophe HAMERLING - eBM WebSourcing

Field Summary
static int DEFAULT_HTTP_ACCEPTORS
           
static java.lang.String DEFAULT_HTTP_HOST
           
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 java.lang.String DEFAULT_PROTOCOL
           
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
 
Constructor Summary
Constants.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

DEFAULT_HTTP_PORT

public static final int DEFAULT_HTTP_PORT
See Also:
Constant Field Values

DEFAULT_HTTP_HOST

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

DEFAULT_HTTP_SERVICES_LIST

public static final boolean DEFAULT_HTTP_SERVICES_LIST
See Also:
Constant Field Values

DEFAULT_PROTOCOL

public static final java.lang.String DEFAULT_PROTOCOL
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

Constants.HttpServer

public Constants.HttpServer()


Copyright © 2005-2010 OW2 Consortium. All Rights Reserved.