|
Project JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jxta.ext.config.Transport.Scheme
public static class Transport.Scheme
Field Summary | |
---|---|
static String |
HTTP
Http transport: "http" |
static String |
TCP
Tcp transport: "tcp" |
Method Summary | |
---|---|
static List |
getSchemes()
Gets the schemes attribute of the Scheme class |
static boolean |
isValid(String t)
Gets the valid attribute of the Scheme 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 TCP
public static final String HTTP
Method Detail |
---|
public static List getSchemes()
public static boolean isValid(String t)
p
- Description of the Parameter
|
JXTA J2SE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |