|
Project JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jxta.ext.config.Protocol
public class Protocol
Description of the Class
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 |
---|
public static final String SCHEMELESS_URI_DELIMITER
public static final String URI_DELIMITER
public static final String TCP
public static final String TCP_URI
public static final String HTTP
public static final String HTTP_URI
public static final String UDP
public static final String UDP_URI
public static final String DEFAULT
Method Detail |
---|
public static List getProtocols()
public static boolean isValid(String p)
p
- Description of the Parameter
|
JXTA J2SE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |