NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

Uses of Class
gov.nist.javax.sip.address.AddressImpl

Packages that use AddressImpl
gov.nist.javax.sip.header Contains implementations of the SIP headers as defined in JAIN-SIP 1.2 and an implementation of the JAIN-SIP header factory. 
gov.nist.javax.sip.header.ims NIST-SIP Specific support for IMS headers contributed by Jose Miguel Freitas (Aveiro University, Portugal) and Alexandre Miguel Silva Santos (PT Inovacau, Portugal). 
gov.nist.javax.sip.parser Parsers for SIP Headers, URL's and addresses. 
 

Uses of AddressImpl in gov.nist.javax.sip.header
 

Constructors in gov.nist.javax.sip.header with parameters of type AddressImpl
RecordRoute(AddressImpl address)
          constructor
ReplyTo(AddressImpl address)
          Default constructor given an address.
Route(AddressImpl address)
          Default constructor given an address.
 

Uses of AddressImpl in gov.nist.javax.sip.header.ims
 

Constructors in gov.nist.javax.sip.header.ims with parameters of type AddressImpl
PAssertedIdentity(AddressImpl address)
          constructor
PAssociatedURI(AddressImpl address)
          Constructor
Path(AddressImpl address)
          constructor
PCalledPartyID(AddressImpl address)
          constructor
PPreferredIdentity(AddressImpl address)
          constructor
PProfileKey(AddressImpl address)
           
PServedUser(AddressImpl address)
           
ServiceRoute(AddressImpl address)
          constructor
 

Uses of AddressImpl in gov.nist.javax.sip.parser
 

Methods in gov.nist.javax.sip.parser that return AddressImpl
 AddressImpl AddressParser.address()
           
 AddressImpl StringMsgParser.parseAddress(String address)
          Parse an address (nameaddr or address spec) and return and address structure.
 


NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.