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.


Constructor Index

 o UNI()
 o UNI(String)
 o UNI(String, InetAddress, int, String, String)
 o UNI(String, String, int, String, String)
 o UNI(UNI, String)
 o UNI(UNL)

Constructors

 o UNI
 public UNI()
 o UNI
 public UNI(String spec)
 o UNI
 public UNI(UNI base,
            String spec)
 o UNI
 public UNI(String scheme,
            String host,
            int port,
            String protocol,
            String resource)
 o UNI
 public UNI(String scheme,
            InetAddress host,
            int port,
            String protocol,
            String resource)
 o UNI
 public UNI(UNL unl)

All Packages  Class Hierarchy  This Package  Previous  Next  Index