All Packages Class Hierarchy This Package Previous Next Index
Class lava.net.psyc.UNI
java.lang.Object
|
+----lava.net.common.UNA
|
+----lava.net.common.UNL
|
+----lava.net.psyc.UNI
- public class UNI
- extends UNL
UNI:
Description of the logical Name of an Object.
Format is similar to URL.
Scheme-Name is psyc://
Objects might be Servers, Groups, Users, Services.
Servers: resource=null
Groups: resource begins with '@'
Users: resource begins with '~'
Services: resource begins with '$'
Every Object only can have one UNI.
-
UNI()
-
-
UNI(String)
-
-
UNI(String, InetAddress, int, String, String)
-
-
UNI(String, String, int, String, String)
-
-
UNI(UNI, String)
-
-
UNI(UNL)
-
UNI
public UNI()
UNI
public UNI(String spec)
UNI
public UNI(UNI base,
String spec)
UNI
public UNI(String scheme,
String host,
int port,
String protocol,
String resource)
UNI
public UNI(String scheme,
InetAddress host,
int port,
String protocol,
String resource)
UNI
public UNI(UNL unl)
All Packages Class Hierarchy This Package Previous Next Index