public interface HttpConsts
| Modifier and Type | Field and Description |
|---|---|
static 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 String |
DEFAULT_HTTP_TRANSPORT_TYPE
This constant specifies the default HTTP "transport type" identifier: http.
|
static 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 String |
PATH_KEY
The key of the property that corresponds to the path under which the Ubik request handler is bound.
|
static String |
SERVER_URL_KEY
The key of the property that corresponds to the server URL that is made available to clients.
|
static final int DEFAULT_HTTP_PORT
static final String DEFAULT_HTTP_TRANSPORT_TYPE
static final String HTTP_PORT_KEY
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 final String SERVER_URL_KEY
ubik.rmi.transport.http.url).static final String PATH_KEY
ubik.rmi.transport.http.path).static final String DEFAULT_CONTEXT_PATH
Copyright © 2012 Sapia OSS. All Rights Reserved.