org.sapia.ubik.rmi.server.transport.http
Interface HttpConsts

All Known Implementing Classes:
HttpTransportProvider

public interface HttpConsts

Holds constants.

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2004 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site

Field Summary
static java.lang.String DEFAULT_CONTEXT_PATH
          This constant specifies the default context path.
static int DEFAULT_HTTP_PORT
          This constant specifies the default HTTP port: 8080.
static java.lang.String DEFAULT_HTTP_TRANSPORT_TYPE
          This constant specifies the default HTTP "transport type" identifier: http.
static java.lang.String HTTP_PORT_KEY
          Corresponds to the ubik.rmi.transport.http.port property, used to specify the port on which a HTTP Ubik RMI server should be bound (for a given HttpTransportProvider instance.
static java.lang.String PATH_KEY
          The key of the property that corresponds to the path under which the Ubik request handler is bound.
static java.lang.String SERVER_URL_KEY
          The key of the property that corresponds to the server URL that is made available to clients.
 

Field Detail

DEFAULT_HTTP_PORT

static final int DEFAULT_HTTP_PORT
This constant specifies the default HTTP port: 8080.

See Also:
Constant Field Values

DEFAULT_HTTP_TRANSPORT_TYPE

static final java.lang.String DEFAULT_HTTP_TRANSPORT_TYPE
This constant specifies the default HTTP "transport type" identifier: http.

See Also:
Constant Field Values

HTTP_PORT_KEY

static final java.lang.String HTTP_PORT_KEY
Corresponds to the ubik.rmi.transport.http.port property, used to specify the port on which a HTTP Ubik RMI server should be bound (for a given HttpTransportProvider instance.

See Also:
Constant Field Values

SERVER_URL_KEY

static final java.lang.String SERVER_URL_KEY
The key of the property that corresponds to the server URL that is made available to clients. (ubik.rmi.transport.http.url).

See Also:
Constant Field Values

PATH_KEY

static final java.lang.String PATH_KEY
The key of the property that corresponds to the path under which the Ubik request handler is bound. (ubik.rmi.transport.http.path).

See Also:
Constant Field Values

DEFAULT_CONTEXT_PATH

static final java.lang.String DEFAULT_CONTEXT_PATH
This constant specifies the default context path.

See Also:
Constant Field Values


Copyright © 2010 Sapia OSS. All Rights Reserved.