Class
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

network.address
Class Uri
network.address.Address
  |
  +--network.address.Uri
Direct Known Subclasses:
       SipUri, TelUri

public class Uri      
Uri represents the Universal Resource Identifier (as defined by RFC 2396). Uri provides an abstraction containing the common elements leveraged by the Uri formats used by the CSN (e.g. sip Uri, and tel Uri). As such, the Uri abstraction contains the parameters set and protocol definition.
Constraints:
::= ;
::= |
::= see SipUri contraints
::= see TelUri constraints
::= = | &
::= \w{1,256}
::= \w{1,256}
 
Links:
Kernel Association Association Link
to Class Parameter
A Uri may have zero or more name value pair parameters. A parameter belongs to a single Uri
Associates type:
composition
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Directed.
Supplier cardinality:
0..*
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
Custom properties
associates:
Parameter
link:
composition
 
Generalization Generalization Link
to Class Address
Uri represents the Universal Resource Identifier (as defined by RFC 2396). Uri provides an abstraction containing the common elements leveraged by the Uri formats used by the CSN (e.g. sip Uri, and tel Uri). As such, the Uri abstraction contains the parameters set and protocol definition.
Constraints:
::= ;
::= |
::= see SipUri contraints
::= see TelUri constraints
::= = | &
::= \w{1,256}
::= \w{1,256}
 
 

Nested Class Summary
public class
Protocol
Field Summary
private Collection
private Protocol
Protocol
SIP
Protocol
SIPS
Protocol
TEL
Field Detail
parameters
private Collection parameters
A Uri may have zero or more name value pair parameters. A parameter belongs to a single Uri
Multiplicity:
1
Custom properties
associates:
Parameter
 

protocol
private Protocol protocol
the protocl indicates the protocol of the address. Supported protocol Uri are SIP and TEL
Multiplicity:
1
 

Class
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD