|
|||||||||
| Home >> All >> net >> jxta >> ext >> [ config overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
net.jxta.ext.config
Class Default

java.lang.Objectnet.jxta.ext.config.Default
- class Default
- extends java.lang.Object
Container for configuration defaults.
- Version:
- $Id: Configurator.java,v 1.111 2003/11/14 21:38:43 gonzo Exp $
| Field Summary | |
static java.lang.String |
ANONYMOUS
Anonymous Peer Name: |
static java.net.URI |
ANY_ADDRESS
Bootstrap address indicator. |
static java.net.URI |
ANY_HTTP_ADDRESS
Bootstrap Http address indicator. |
static java.net.URI |
ANY_TCP_ADDRESS
Bootstrap Tcp address indicator. |
static java.net.URI |
ANY_UDP_ADDRESS
Bootstrap Udp address indicator. |
static java.util.List |
BOOTSTRAP_ADDRESSES
Bootstrap addresses. |
private static java.lang.String |
COLON
|
static java.lang.String |
CONFIG_MODE
Configuration mode: null |
static int |
ENDPOINT_SERVICE_QUEUE_SIZE
Endpoint queue size: null |
static java.lang.String |
HOME
Home: null |
static java.net.URI |
HOME_ADDRESS
JXTA home directory. |
static java.net.URI |
HTTP_ADDRESS
Tcp address. |
static boolean |
HTTP_INCOMING_IS_ENABLED
Http incoming enabler: null |
static boolean |
HTTP_IS_ENABLED
Http enabler: null |
static boolean |
HTTP_OUTGOING_IS_ENABLED
Http outgoing enabler: null |
static int |
HTTP_PORT
Http port: null |
static boolean |
HTTP_PROXY_IS_ENABLED
Http proxy enabler: null |
static int |
HTTP_PROXY_PORT
|
static boolean |
HTTP_PUBLIC_ADDRESS_EXCLUSIVE_IS_ENABLED
Http use public address exclusive: null |
static long |
INCOMING_LEASE
Incoming lease: null ms |
static int |
INCOMING_MAXIMUM
Maximum incoming connections: null |
static int |
INVALID_PORT
Invalid port: null |
private static org.apache.log4j.Logger |
LOG
|
static int |
MAXIMUM_MULTICAST_SIZE
Maximum Multicast size: null |
static int |
MAXIMUM_PORT
Maximum port: null |
private static int |
MILLISECONDS_PER_SECOND
|
static int |
MINIMUM_DYNAMIC_PORT
Minimum dynamic port: null |
static int |
MINIMUM_MULTICAST_SIZE
Minimm Multicast size: null |
static int |
MINIMUM_PORT
Minimum port: null |
private static java.lang.String |
MULTICAST
|
static java.net.URI |
MULTICAST_ADDRESS
Multicast address. |
static java.lang.String |
MULTICAST_IP
Muliciast: null |
static boolean |
MULTICAST_IS_ENABLED
Multicast enabler: null |
static int |
MULTICAST_PORT
Multicast port: null |
static int |
MULTICAST_SIZE
Multicast size: null |
static long |
OUTGOING_LEASE
Outgoing lease: null ms |
static int |
OUTGOING_MAXIMUM
Maximum outgoing connections: null |
static java.lang.String |
PASSWORD
Peer password: null |
static java.lang.String |
PEER_DESCRIPTION
Configurator description: null |
static java.lang.String |
PEER_DESCRIPTOR
Peer descriptor: null |
static java.lang.String |
PEER_NAME
Peer name: null |
static int |
PORT_RANGE
Port range: null |
static java.lang.String |
PRINCIPAL
Peer principal: null |
static boolean |
PROXY_SERVICE_IS_ENABLED
JXTA Proxy enabler: null |
static int |
QUEUE_SIZE
Queue size: null messages |
private static java.lang.String |
RDV_BOOTSTRAP
|
private static java.lang.String |
REFLECTION_BOOTSTRAP
|
static java.net.URI |
REFLECTION_BOOTSTRAP_ADDRESS
Deprecated. |
static boolean |
RELAY_SERVICE_INCOMING_IS_ENABLED
Relay incoming enabler: null |
static boolean |
RELAY_SERVICE_IS_ENABLED
Relay service enabler: null |
static boolean |
RELAY_SERVICE_OUTGOING_IS_ENABLED
Relay outgoing enabler: null |
static int |
RELAY_SERVICE_QUEUE_SIZE
Relay service queue size: {$value} |
static java.net.URI |
RELAYS_BOOTSTRAP_ADDRESS
Relay bootstrap: null |
static boolean |
RELAYS_DISCOVERY_IS_ENABLED
Relays discovery enabler: null |
static java.net.URI |
RENDEZVOUS_BOOTSTRAP_ADDRESS
RendezVous bootstrap: null |
static boolean |
RENDEZVOUS_DISCOVERY_IS_ENABLED
RendezVous discovery enabler: null |
static long |
RENDEZVOUS_SERVICE_AUTO_START
RendezVous AutoStart: null |
static boolean |
RENDEZVOUS_SERVICE_AUTO_START_IS_ENABLED
RendezVous AutoStart enabler: null |
static boolean |
RENDEZVOUS_SERVICE_IS_ENABLED
RendezVous service enabler: null |
private static java.lang.String |
RLY_BOOTSTRAP
|
static java.lang.String |
ROOT_CERTIFICATE
Peer root certificate: |
static boolean |
SECURITY_IS_ENABLED
Peer security enabler: null |
static java.net.URI |
TCP_ADDRESS
Tcp address. |
static boolean |
TCP_INCOMING_IS_ENABLED
Tcp incoming enabler: null |
static boolean |
TCP_IS_ENABLED
Tcp enabler: null |
static boolean |
TCP_OUTGOING_IS_ENABLED
Tcp outgoing enabler: null |
static int |
TCP_PORT
Tcp port: null |
static boolean |
TCP_PROXY_IS_ENABLED
Tcp proxy enabler: null |
static int |
TCP_PROXY_PORT
Tcp proxy port: null |
static boolean |
TCP_PUBLIC_ADDRESS_EXCLUSIVE_IS_ENABLED
Tcp use public address exclusive: null |
static Trace |
TRACE
Trace |
| Constructor Summary | |
private |
Default()
Constructor for the Default object. |
| Method Summary | |
private static java.net.URI |
toURI(java.lang.String s)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
MILLISECONDS_PER_SECOND
private static final int MILLISECONDS_PER_SECOND
- See Also:
- Constant Field Values
HOME_ADDRESS
public static java.net.URI HOME_ADDRESS
- JXTA home directory.
HOME
public static final java.lang.String HOME
- Home: null
- See Also:
- Constant Field Values
PEER_DESCRIPTOR
public static final java.lang.String PEER_DESCRIPTOR
- Peer descriptor: null
- See Also:
- Constant Field Values
PEER_NAME
public static final java.lang.String PEER_NAME
- Peer name: null
ANONYMOUS
public static final java.lang.String ANONYMOUS
- Anonymous Peer Name:
- See Also:
- Constant Field Values
SECURITY_IS_ENABLED
public static final boolean SECURITY_IS_ENABLED
- Peer security enabler: null
- See Also:
- Constant Field Values
PRINCIPAL
public static final java.lang.String PRINCIPAL
- Peer principal: null
PASSWORD
public static final java.lang.String PASSWORD
- Peer password: null
PEER_DESCRIPTION
public static final java.lang.String PEER_DESCRIPTION
- Configurator description: null
TRACE
public static final Trace TRACE
- Trace
ROOT_CERTIFICATE
public static final java.lang.String ROOT_CERTIFICATE
- Peer root certificate:
RENDEZVOUS_BOOTSTRAP_ADDRESS
public static java.net.URI RENDEZVOUS_BOOTSTRAP_ADDRESS
- RendezVous bootstrap: null
RENDEZVOUS_DISCOVERY_IS_ENABLED
public static boolean RENDEZVOUS_DISCOVERY_IS_ENABLED
- RendezVous discovery enabler: null
RELAYS_BOOTSTRAP_ADDRESS
public static java.net.URI RELAYS_BOOTSTRAP_ADDRESS
- Relay bootstrap: null
RELAYS_DISCOVERY_IS_ENABLED
public static boolean RELAYS_DISCOVERY_IS_ENABLED
- Relays discovery enabler: null
REFLECTION_BOOTSTRAP_ADDRESS
public static java.net.URI REFLECTION_BOOTSTRAP_ADDRESS
- Deprecated.
- Reflection bootstrap: $null
- Reflection bootstrap: $null
ANY_ADDRESS
public static java.net.URI ANY_ADDRESS
- Bootstrap address indicator.
ANY_TCP_ADDRESS
public static java.net.URI ANY_TCP_ADDRESS
- Bootstrap Tcp address indicator.
ANY_HTTP_ADDRESS
public static java.net.URI ANY_HTTP_ADDRESS
- Bootstrap Http address indicator.
ANY_UDP_ADDRESS
public static java.net.URI ANY_UDP_ADDRESS
- Bootstrap Udp address indicator.
BOOTSTRAP_ADDRESSES
public static java.util.List BOOTSTRAP_ADDRESSES
- Bootstrap addresses.
RENDEZVOUS_SERVICE_IS_ENABLED
public static final boolean RENDEZVOUS_SERVICE_IS_ENABLED
- RendezVous service enabler: null
- See Also:
- Constant Field Values
RENDEZVOUS_SERVICE_AUTO_START_IS_ENABLED
public static final boolean RENDEZVOUS_SERVICE_AUTO_START_IS_ENABLED
- RendezVous AutoStart enabler: null
- See Also:
- Constant Field Values
RENDEZVOUS_SERVICE_AUTO_START
public static final long RENDEZVOUS_SERVICE_AUTO_START
- RendezVous AutoStart: null
- See Also:
- Constant Field Values
RELAY_SERVICE_IS_ENABLED
public static final boolean RELAY_SERVICE_IS_ENABLED
- Relay service enabler: null
- See Also:
- Constant Field Values
RELAY_SERVICE_QUEUE_SIZE
public static final int RELAY_SERVICE_QUEUE_SIZE
- Relay service queue size: {$value}
- See Also:
- Constant Field Values
RELAY_SERVICE_INCOMING_IS_ENABLED
public static final boolean RELAY_SERVICE_INCOMING_IS_ENABLED
- Relay incoming enabler: null
- See Also:
- Constant Field Values
RELAY_SERVICE_OUTGOING_IS_ENABLED
public static final boolean RELAY_SERVICE_OUTGOING_IS_ENABLED
- Relay outgoing enabler: null
- See Also:
- Constant Field Values
INCOMING_MAXIMUM
public static final int INCOMING_MAXIMUM
- Maximum incoming connections: null
- See Also:
- Constant Field Values
OUTGOING_MAXIMUM
public static final int OUTGOING_MAXIMUM
- Maximum outgoing connections: null
- See Also:
- Constant Field Values
INCOMING_LEASE
public static final long INCOMING_LEASE
- Incoming lease: null ms
- See Also:
- Constant Field Values
OUTGOING_LEASE
public static final long OUTGOING_LEASE
- Outgoing lease: null ms
- See Also:
- Constant Field Values
QUEUE_SIZE
public static final int QUEUE_SIZE
- Queue size: null messages
- See Also:
- Constant Field Values
TCP_IS_ENABLED
public static final boolean TCP_IS_ENABLED
- Tcp enabler: null
- See Also:
- Constant Field Values
TCP_INCOMING_IS_ENABLED
public static final boolean TCP_INCOMING_IS_ENABLED
- Tcp incoming enabler: null
- See Also:
- Constant Field Values
TCP_OUTGOING_IS_ENABLED
public static final boolean TCP_OUTGOING_IS_ENABLED
- Tcp outgoing enabler: null
- See Also:
- Constant Field Values
TCP_PORT
public static final int TCP_PORT
- Tcp port: null
- See Also:
- Constant Field Values
TCP_ADDRESS
public static java.net.URI TCP_ADDRESS
- Tcp address.
TCP_PUBLIC_ADDRESS_EXCLUSIVE_IS_ENABLED
public static final boolean TCP_PUBLIC_ADDRESS_EXCLUSIVE_IS_ENABLED
- Tcp use public address exclusive: null
- See Also:
- Constant Field Values
TCP_PROXY_IS_ENABLED
public static final boolean TCP_PROXY_IS_ENABLED
- Tcp proxy enabler: null
- See Also:
- Constant Field Values
TCP_PROXY_PORT
public static final int TCP_PROXY_PORT
- Tcp proxy port: null
- See Also:
- Constant Field Values
PORT_RANGE
public static final int PORT_RANGE
- Port range: null
- See Also:
- Constant Field Values
MULTICAST_IS_ENABLED
public static final boolean MULTICAST_IS_ENABLED
- Multicast enabler: null
- See Also:
- Constant Field Values
MULTICAST_ADDRESS
public static java.net.URI MULTICAST_ADDRESS
- Multicast address.
MULTICAST_IP
public static final java.lang.String MULTICAST_IP
- Muliciast: null
- See Also:
- Constant Field Values
MULTICAST_PORT
public static final int MULTICAST_PORT
- Multicast port: null
- See Also:
- Constant Field Values
MULTICAST_SIZE
public static final int MULTICAST_SIZE
- Multicast size: null
- See Also:
- Constant Field Values
HTTP_IS_ENABLED
public static final boolean HTTP_IS_ENABLED
- Http enabler: null
- See Also:
- Constant Field Values
HTTP_INCOMING_IS_ENABLED
public static final boolean HTTP_INCOMING_IS_ENABLED
- Http incoming enabler: null
- See Also:
- Constant Field Values
HTTP_OUTGOING_IS_ENABLED
public static final boolean HTTP_OUTGOING_IS_ENABLED
- Http outgoing enabler: null
- See Also:
- Constant Field Values
HTTP_PORT
public static final int HTTP_PORT
- Http port: null
- See Also:
- Constant Field Values
HTTP_ADDRESS
public static java.net.URI HTTP_ADDRESS
- Tcp address.
HTTP_PUBLIC_ADDRESS_EXCLUSIVE_IS_ENABLED
public static final boolean HTTP_PUBLIC_ADDRESS_EXCLUSIVE_IS_ENABLED
- Http use public address exclusive: null
- See Also:
- Constant Field Values
HTTP_PROXY_IS_ENABLED
public static final boolean HTTP_PROXY_IS_ENABLED
- Http proxy enabler: null
- See Also:
- Constant Field Values
ENDPOINT_SERVICE_QUEUE_SIZE
public static final int ENDPOINT_SERVICE_QUEUE_SIZE
- Endpoint queue size: null
- See Also:
- Constant Field Values
PROXY_SERVICE_IS_ENABLED
public static final boolean PROXY_SERVICE_IS_ENABLED
- JXTA Proxy enabler: null
- See Also:
- Constant Field Values
MINIMUM_PORT
public static final int MINIMUM_PORT
- Minimum port: null
- See Also:
- Constant Field Values
MINIMUM_DYNAMIC_PORT
public static final int MINIMUM_DYNAMIC_PORT
- Minimum dynamic port: null
- See Also:
- Constant Field Values
MAXIMUM_PORT
public static final int MAXIMUM_PORT
- Maximum port: null
- See Also:
- Constant Field Values
INVALID_PORT
public static final int INVALID_PORT
- Invalid port: null
- See Also:
- Constant Field Values
MAXIMUM_MULTICAST_SIZE
public static final int MAXIMUM_MULTICAST_SIZE
- Maximum Multicast size: null
- See Also:
- Constant Field Values
MINIMUM_MULTICAST_SIZE
public static final int MINIMUM_MULTICAST_SIZE
- Minimm Multicast size: null
- See Also:
- Constant Field Values
CONFIG_MODE
public static final java.lang.String CONFIG_MODE
- Configuration mode: null
- See Also:
- Constant Field Values
HTTP_PROXY_PORT
public static final int HTTP_PROXY_PORT
- See Also:
- Constant Field Values
RDV_BOOTSTRAP
private static final java.lang.String RDV_BOOTSTRAP
- See Also:
- Constant Field Values
RLY_BOOTSTRAP
private static final java.lang.String RLY_BOOTSTRAP
- See Also:
- Constant Field Values
REFLECTION_BOOTSTRAP
private static final java.lang.String REFLECTION_BOOTSTRAP
- See Also:
- Constant Field Values
COLON
private static final java.lang.String COLON
- See Also:
- Constant Field Values
MULTICAST
private static final java.lang.String MULTICAST
- See Also:
- Constant Field Values
LOG
private static final org.apache.log4j.Logger LOG
| Constructor Detail |
Default
private Default()
- Constructor for the Default object.
| Method Detail |
toURI
private static java.net.URI toURI(java.lang.String s)
|
|||||||||
| Home >> All >> net >> jxta >> ext >> [ config overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
net.jxta.ext.config.Default