Project JXTA

net.jxta.ext.config
Class Transport.Scheme

java.lang.Object
  extended bynet.jxta.ext.config.Transport.Scheme
Enclosing class:
Transport

public static class Transport.Scheme
extends Object


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

TCP

public static final String TCP
Tcp transport: "tcp"

See Also:
Constant Field Values

HTTP

public static final String HTTP
Http transport: "http"

See Also:
Constant Field Values
Method Detail

getSchemes

public static List getSchemes()
Gets the schemes attribute of the Scheme class

Returns:
The protocols value

isValid

public static boolean isValid(String t)
Gets the valid attribute of the Scheme class

Returns:
The valid value

JXTA J2SE