| Package | Description |
|---|---|
| android.gov.nist.javax.sip.address |
Implementation of the address package of the JAIN SIP API.
|
| android.gov.nist.javax.sip.parser |
Parsers for SIP Headers, URL's and addresses.
|
| Modifier and Type | Field and Description |
|---|---|
protected TelephoneNumber |
TelURLImpl.telephoneNumber |
protected TelephoneNumber |
SipUri.telephoneSubscriber
telephoneSubscriber field
|
| Modifier and Type | Method and Description |
|---|---|
TelephoneNumber |
SipUri.getTelephoneSubscriber()
Returns the stucture corresponding to the telephone number
provided that the user is a telephone subscriber.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TelURLImpl.setTelephoneNumber(TelephoneNumber telephoneNumber)
Set the telephone number.
|
void |
SipUri.setTelephoneSubscriber(TelephoneNumber tel)
Set the telephone subscriber field.
|
| Modifier and Type | Method and Description |
|---|---|
TelephoneNumber |
URLParser.parseTelephoneNumber(boolean inBrackets)
Parser for telephone subscriber.
|
TelephoneNumber |
StringMsgParser.parseTelephoneNumber(String telephone_number)
Parse a telephone number return a parsed structure.
|
Copyright © 2018. All Rights Reserved.