Package | Description |
---|---|
android.gov.nist.javax.sip |
This is the root of the JAIN implementation of SIP.
|
android.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.
|
android.gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
android.javax.sip.header |
This package contains all the headers interfaces supported by this specification. |
Modifier and Type | Method and Description |
---|---|
ContactHeader |
ListeningPointExt.createContactHeader()
Create a contact for this listening point.
|
ContactHeader |
ListeningPointImpl.createContactHeader() |
Modifier and Type | Class and Description |
---|---|
class |
Contact
Contact Item.
|
Modifier and Type | Method and Description |
---|---|
ContactHeader |
HeaderFactoryImpl.createContactHeader()
Creates a new wildcard ContactHeader.
|
ContactHeader |
HeaderFactoryImpl.createContactHeader(Address address)
Creates a new ContactHeader based on the newly supplied address value.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SIPDialog.setRemoteTarget(ContactHeader contact)
Add a route list extacted from the contact list of the incoming message.
|
Modifier and Type | Method and Description |
---|---|
ContactHeader |
HeaderFactory.createContactHeader()
Creates a new wildcard ContactHeader.
|
ContactHeader |
HeaderFactory.createContactHeader(Address address)
Creates a new ContactHeader based on the newly supplied address value.
|
Copyright © 2018. All Rights Reserved.