Project JXTA

net.jxta.ext.config
Class Protocol

java.lang.Object
  extended by net.jxta.ext.config.Protocol

public class Protocol
extends Object

Description of the Class

Version:
Author:
james todd [gonzo at jxta dot org]

Field Summary
static String DEFAULT
          Description of the Field: "tcp"
static String HTTP
          Description of the Field: "http"
static String HTTP_URI
           
static String SCHEMELESS_URI_DELIMITER
           
static String TCP
          Description of the Field: "tcp"
static String TCP_URI
           
static String UDP
          Description of the Field "udp"
static String UDP_URI
           
static String URI_DELIMITER
           
 
Method Summary
static List getProtocols()
          Gets the protocols attribute of the Protocol class
static boolean isValid(String p)
          Gets the valid attribute of the Protocol class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCHEMELESS_URI_DELIMITER

public static final String SCHEMELESS_URI_DELIMITER
See Also:
Constant Field Values

URI_DELIMITER

public static final String URI_DELIMITER
See Also:
Constant Field Values

TCP

public static final String TCP
Description of the Field: "tcp"

See Also:
Constant Field Values

TCP_URI

public static final String TCP_URI
See Also:
Constant Field Values

HTTP

public static final String HTTP
Description of the Field: "http"

See Also:
Constant Field Values

HTTP_URI

public static final String HTTP_URI
See Also:
Constant Field Values

UDP

public static final String UDP
Description of the Field "udp"

See Also:
Constant Field Values

UDP_URI

public static final String UDP_URI
See Also:
Constant Field Values

DEFAULT

public static final String DEFAULT
Description of the Field: "tcp"

See Also:
Constant Field Values
Method Detail

getProtocols

public static List getProtocols()
Gets the protocols attribute of the Protocol class

Returns:
The protocols value

isValid

public static boolean isValid(String p)
Gets the valid attribute of the Protocol class

Parameters:
p - Description of the Parameter
Returns:
The valid value

JXTA J2SE