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()
          Create an empty address object.
 Address AddressFactoryImpl.createAddress(String address)
          Creates an Address with the new address string value.
 Address AddressFactoryImpl.createAddress(String displayName, URI uri)
          Creates an Address with the new display name and URI attribute values.
 Address AddressFactoryImpl.createAddress(URI uri)
           
 

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

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

Methods in gov.nist.javax.sip.header with parameters of type Address
 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.
 PAssertedIdentityHeader HeaderFactoryExt.createPAssertedIdentityHeader(Address address)
          P-Asserted-Identity header
 PAssertedIdentityHeader HeaderFactoryImpl.createPAssertedIdentityHeader(Address address)
          P-Asserted-Identity header
 PAssociatedURIHeader HeaderFactoryExt.createPAssociatedURIHeader(Address assocURI)
          Creates a new P-Associated-URI header based on the supplied address
 PAssociatedURIHeader HeaderFactoryImpl.createPAssociatedURIHeader(Address assocURI)
          Creates a new P-Associated-URI header based on the supplied address
 PathHeader HeaderFactoryExt.createPathHeader(Address address)
          PATH header
 PathHeader HeaderFactoryImpl.createPathHeader(Address address)
          PATH header
 PCalledPartyIDHeader HeaderFactoryExt.createPCalledPartyIDHeader(Address address)
          P-Called-Party-ID header
 PCalledPartyIDHeader HeaderFactoryImpl.createPCalledPartyIDHeader(Address address)
          P-Called-Party-ID header
 PPreferredIdentityHeader HeaderFactoryExt.createPPreferredIdentityHeader(Address address)
          P-Preferred-Identity header
 PPreferredIdentityHeader HeaderFactoryImpl.createPPreferredIdentityHeader(Address address)
          P-Preferred-Identity header
 PProfileKeyHeader HeaderFactoryExt.createPProfileKeyHeader(Address address)
           
 PProfileKeyHeader HeaderFactoryImpl.createPProfileKeyHeader(Address address)
          added by aayush here:
 PServedUserHeader HeaderFactoryExt.createPServedUserHeader(Address address)
           
 PServedUserHeader HeaderFactoryImpl.createPServedUserHeader(Address address)
          added by aayush here:
 RecordRouteHeader HeaderFactoryImpl.createRecordRouteHeader(Address address)
          Creates a new RecordRouteHeader based on the newly supplied address value.
 ReferredByHeader HeaderFactoryExt.createReferredByHeader(Address address)
          Create a ReferredBy Header.
 ReferredByHeader HeaderFactoryImpl.createReferredByHeader(Address address)
          Create a ReferredBy Header.
 ReferToHeader HeaderFactoryImpl.createReferToHeader(Address address)
          Create a ReferTo Header.
 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.
 ServiceRouteHeader HeaderFactoryExt.createServiceRouteHeader(Address address)
          Service-Route header
 ServiceRouteHeader HeaderFactoryImpl.createServiceRouteHeader(Address address)
          Service-Route header
 ToHeader HeaderFactoryImpl.createToHeader(Address address, String tag)
          Creates a new ToHeader based on the newly supplied address and tag values.
 void AddressParameters.setAddress(Address address)
          set the Address field
 void AddressParametersHeader.setAddress(Address address)
           
 void Contact.setAddress(Address address)
          Set the address member
 void From.setAddress(Address address)
          Set the address member
 

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

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

Methods in gov.nist.javax.sip.header.ims with parameters of type Address
 void AddressHeaderIms.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(String displayName, URI uri)
          Creates an Address with the new display name and URI attribute values.
 Address AddressFactory.createAddress(URI uri)
          Creates an Address with the new URI attribute value.
 

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.
 ReferToHeader HeaderFactory.createReferToHeader(Address address)
          Creates a new ReferToHeader based on the newly supplied address value.
 ReplyToHeader HeaderFactory.createReplyToHeader(Address address)
          Creates a new ReplyToHeader 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.