Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

net.jxta.ext.config
Class Protocol  view Protocol download Protocol.java

java.lang.Object
  extended bynet.jxta.ext.config.Protocol

public class Protocol
extends java.lang.Object

Description of the Class

Version:

Field Summary
static java.lang.String DEFAULT
          Description of the Field: null
static java.lang.String HTTP
          Description of the Field: null
static java.lang.String HTTP_URI
           
private static java.util.List protocols
           
static java.lang.String SCHEMELESS_URI_DELIMITER
           
static java.lang.String TCP
          Description of the Field: null
static java.lang.String TCP_URI
           
static java.lang.String UDP
          Description of the Field null
static java.lang.String UDP_URI
           
static java.lang.String URI_DELIMITER
           
 
Constructor Summary
private Protocol()
          Constructor for the Protocol object
 
Method Summary
static java.util.List getProtocols()
          Gets the protocols attribute of the Protocol class
static boolean isValid(java.lang.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 java.lang.String SCHEMELESS_URI_DELIMITER
See Also:
Constant Field Values

URI_DELIMITER

public static final java.lang.String URI_DELIMITER
See Also:
Constant Field Values

TCP

public static final java.lang.String TCP
Description of the Field: null

See Also:
Constant Field Values

TCP_URI

public static final java.lang.String TCP_URI
See Also:
Constant Field Values

HTTP

public static final java.lang.String HTTP
Description of the Field: null

See Also:
Constant Field Values

HTTP_URI

public static final java.lang.String HTTP_URI
See Also:
Constant Field Values

UDP

public static final java.lang.String UDP
Description of the Field null

See Also:
Constant Field Values

UDP_URI

public static final java.lang.String UDP_URI
See Also:
Constant Field Values

DEFAULT

public static final java.lang.String DEFAULT
Description of the Field: null

See Also:
Constant Field Values

protocols

private static java.util.List protocols
Constructor Detail

Protocol

private Protocol()
Constructor for the Protocol object

Method Detail

getProtocols

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


isValid

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