| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
network.address
|
+--network.address.Uri
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
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
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 |
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
private Protocol protocol
the protocl indicates the protocol of the address. Supported protocol Uri are SIP and TEL
Multiplicity:
1
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|