Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

network.address
Class SipUri
network.address.Address
  |
  +--network.address.Uri
       |
       +--network.address.SipUri

public class SipUri      
SipUri represents a sip Uri (as defined by RFC3261). For the purposes of CSN usage, SipUri is decomposed into the host and user parts. NOTE: the user part may be further decomposed into an FQDN.
Constraints:
- see Uri constraints
::= : | :
::= sip | sips
::= @ |
::= \w{1,256}
::= | :
::= |
::= . | .. (total hostname length should not be more than 255)
::= . |
 
Links:
Kernel Association Association Link
to Class User
User represents the optional user part of the sip Uri. NOTE: for the purposes of CSN usage the user part may be decomposed into an FQDN.
Constraints:
- [A-Za-z0-9]*{1,256}
Default:
- none
Associates type:
composition
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
0..1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
Custom properties
link:
composition
 
Kernel Association Association Link
to Class Host
A SipUri may have a single host. The host belongs to a single SipUri
Constraints:
-[A-Za-z0-9]*{1,256}
Default:
- none
Associates type:
composition
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
Custom properties
link:
composition
 
Generalization Generalization Link
to Class Uri
SipUri represents a sip Uri (as defined by RFC3261). For the purposes of CSN usage, SipUri is decomposed into the host and user parts. NOTE: the user part may be further decomposed into an FQDN.
Constraints:
- see Uri constraints
::= : | :
::= sip | sips
::= @ |
::= \w{1,256}
::= | :
::= |
::= . | .. (total hostname length should not be more than 255)
::= . |
 
 

Field Summary
private Host
private String
private User
Field Detail
host
private Host host
A SipUri may have a single host. The host belongs to a single SipUri
Constraints:
-[A-Za-z0-9]*{1,256}
Default:
- none
Multiplicity:
1
 

port
private String port
The port of the network Endpoint pointed to by the Address
Constraints:
- [0-9]*{1,5}
Default:
- none
Multiplicity:
1
 

user
private User user
User represents the optional user part of the sip Uri. NOTE: for the purposes of CSN usage the user part may be decomposed into an FQDN.
Constraints:
- [A-Za-z0-9]*{1,256}
Default:
- none
Multiplicity:
1
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD