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

Uses of Interface
javax.sip.address.Address

Packages that use Address
gov.nist.javax.sip.address Implementation of the address package of the JAIN SIP API. 
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.stack This package implements the main protocol abstractions that are defined by the SIP RFC 3261.  
javax.sip This package contains the main interfaces that model the architecture from both an application developer and a stack vendor view. 
javax.sip.address This package contains interfaces that represent the Addressing components of the SIP protocol.  
javax.sip.header

This package contains all the headers interfaces supported by this specification.  

 

Uses of Address in gov.nist.javax.sip.address
 

Classes in gov.nist.javax.sip.address that implement Address
 class AddressImpl
          Address structure.
 

Methods in gov.nist.javax.sip.address that return Address
 Address AddressFactoryImpl.createAddress(String displayName, URI uri)
          Creates an Address with the new display name and URI attribute values.
 Address AddressFactoryImpl.createAddress(URI uri)
           
 Address AddressFactoryImpl.createAddress(String address)
          Creates an Address with the new address string value.
 

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

Methods in gov.nist.javax.sip.header that return Address
 Address AddressParametersHeader.getAddress()
          get the Address field
 Address Contact.getAddress()
          get the address field.
 

Methods in gov.nist.javax.sip.header with parameters of type Address
 void AddressParametersHeader.setAddress(Address address)
          set the Address field
 void Contact.setAddress(Address address)
          Set the address member
 void From.setAddress(Address address)
          Set the address member
 ContactHeader HeaderFactoryImpl.createContactHeader(Address address)
          Creates a new ContactHeader based on the newly supplied address value.
 FromHeader HeaderFactoryImpl.createFromHeader(Address address, String tag)
          Creates a new FromHeader based on the newly supplied address and tag values.
 RecordRouteHeader HeaderFactoryImpl.createRecordRouteHeader(Address address)
          Creates a new RecordRouteHeader based on the newly supplied address value.
 ReplyToHeader HeaderFactoryImpl.createReplyToHeader(Address address)
          Creates a new ReplyToHeader based on the newly supplied address value.
 RouteHeader HeaderFactoryImpl.createRouteHeader(Address address)
          Creates a new RouteHeader based on the newly supplied address value.
 ToHeader HeaderFactoryImpl.createToHeader(Address address, String tag)
          Creates a new ToHeader based on the newly supplied address and tag values.
 ReferToHeader HeaderFactoryImpl.createReferToHeader(Address address)
          Create a ReferTo Header.
 ExtensionHeader HeaderFactoryImpl.createReferredByHeader(Address address)
          Create a ReferredBy Header.
 AssertedIdentityHeader HeaderFactoryImpl.createAssertedIdentityHeader(Address address)
          P-Asserted-Identity header
 CalledPartyIDHeader HeaderFactoryImpl.createCalledPartyIDHeader(Address address)
          P-Called-Party-ID header
 PathHeader HeaderFactoryImpl.createPathHeader(Address address)
          PATH header
 PreferredIdentityHeader HeaderFactoryImpl.createPreferredIdentityHeader(Address address)
          P-Preferred-Identity header
 ServiceRouteHeader HeaderFactoryImpl.createServiceRouteHeader(Address address)
          SERVICE-ROUTE header:
 

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

Methods in gov.nist.javax.sip.header.ims that return Address
 Address AddressHeader.getAddress()
          get the Address field
 

Methods in gov.nist.javax.sip.header.ims with parameters of type Address
 void AddressHeader.setAddress(Address address)
          set the Address field
 

Uses of Address in gov.nist.javax.sip.stack
 

Methods in gov.nist.javax.sip.stack that return Address
 Address SIPDialog.getLocalParty()
           
 Address SIPDialog.getRemoteParty()
          Returns the Address identifying the remote party.
 Address SIPDialog.getRemoteTarget()
           
 

Uses of Address in javax.sip
 

Methods in javax.sip that return Address
 Address Dialog.getLocalParty()
          Returns the Address identifying the local party.
 Address Dialog.getRemoteParty()
          Returns the Address identifying the remote party.
 Address Dialog.getRemoteTarget()
          Returns the Address identifying the remote target.
 

Uses of Address in javax.sip.address
 

Methods in javax.sip.address that return Address
 Address AddressFactory.createAddress(String address)
          Creates an Address with the new address string value.
 Address AddressFactory.createAddress(URI uri)
          Creates an Address with the new URI attribute value.
 Address AddressFactory.createAddress(String displayName, URI uri)
          Creates an Address with the new display name and URI attribute values.
 

Uses of Address in javax.sip.header
 

Methods in javax.sip.header that return Address
 Address HeaderAddress.getAddress()
          Gets the address parameter of this Address.
 

Methods in javax.sip.header with parameters of type Address
 ContactHeader HeaderFactory.createContactHeader(Address address)
          Creates a new ContactHeader based on the newly supplied address value.
 FromHeader HeaderFactory.createFromHeader(Address address, String tag)
          Creates a new FromHeader based on the newly supplied address and tag values.
 RecordRouteHeader HeaderFactory.createRecordRouteHeader(Address address)
          Creates a new RecordRouteHeader based on the newly supplied address value.
 ReplyToHeader HeaderFactory.createReplyToHeader(Address address)
          Creates a new ReplyToHeader based on the newly supplied address value.
 ReferToHeader HeaderFactory.createReferToHeader(Address address)
          Creates a new ReferToHeader based on the newly supplied address value.
 RouteHeader HeaderFactory.createRouteHeader(Address address)
          Creates a new RouteHeader based on the newly supplied address value.
 ToHeader HeaderFactory.createToHeader(Address address, String tag)
          Creates a new ToHeader based on the newly supplied address and tag values.
 void HeaderAddress.setAddress(Address address)
          Sets the Address parameter of this Address.
 


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.