Package | Description |
---|---|
android.gov.nist.core |
Contains core classes that the rest of the implementation depends upon.
|
android.gov.nist.javax.sdp.fields |
Classes for SDP Fields.
|
android.gov.nist.javax.sip.address |
Implementation of the address package of the JAIN SIP API.
|
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.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).
|
android.gov.nist.javax.sip.parser |
Parsers for SIP Headers, URL's and addresses.
|
Modifier and Type | Method and Description |
---|---|
NameValue |
NameValueList.get(Object key) |
NameValue |
NameValueList.getNameValue(String name)
Get the NameValue record given a name.
|
protected NameValue |
ParserCore.nameValue() |
protected NameValue |
ParserCore.nameValue(char separator) |
NameValue |
NameValueList.put(String name,
NameValue nameValue) |
NameValue |
DuplicateNameValueList.put(String key,
NameValue value) |
NameValue |
NameValueList.remove(Object key) |
NameValue |
DuplicateNameValueList.remove(Object key) |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<String,NameValue>> |
NameValueList.entrySet() |
protected Map<String,NameValue> |
NameValueList.getMap() |
Iterator<NameValue> |
NameValueList.iterator()
Return an iterator for the name-value pairs of this list.
|
Iterator<NameValue> |
DuplicateNameValueList.iterator()
Return an iterator for the name-value pairs of this list.
|
Collection<NameValue> |
NameValueList.values() |
Collection<NameValue> |
DuplicateNameValueList.values() |
Modifier and Type | Method and Description |
---|---|
NameValue |
NameValueList.put(String name,
NameValue nameValue) |
NameValue |
DuplicateNameValueList.put(String key,
NameValue value) |
void |
NameValueList.set(NameValue nv)
Set a namevalue object in this list.
|
void |
DuplicateNameValueList.set(NameValue nv)
Set a namevalue object in this list.
|
Modifier and Type | Method and Description |
---|---|
void |
NameValueList.putAll(Map<? extends String,? extends NameValue> map) |
Modifier and Type | Field and Description |
---|---|
protected NameValue |
AttributeField.attribute |
Modifier and Type | Method and Description |
---|---|
NameValue |
AttributeField.getAttribute() |
Modifier and Type | Method and Description |
---|---|
void |
AttributeField.setAttribute(NameValue a)
Set the attribute member
|
Modifier and Type | Method and Description |
---|---|
void |
SipUri.setQHeader(NameValue nameValue)
Set the query header when provided as a name-value pair.
|
void |
SipUri.setUriParameter(NameValue nameValue)
Set the parameter as given.
|
Modifier and Type | Method and Description |
---|---|
NameValue |
AuthenticationInfo.getAuthInfo(String name)
Get the name value pair for a given authentication info parameter.
|
NameValue |
ParametersHeader.getNameValue(String parameterName)
This is for the benifit of the TCK.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationInfo.add(NameValue nv) |
void |
ParametersHeader.setMultiParameter(NameValue nameValue)
Set the parameter given a name and value.
|
void |
ParametersHeader.setParameter(NameValue nameValue)
Set the parameter given a name and value.
|
void |
Challenge.setParameter(NameValue nv)
set the specified parameter
|
Modifier and Type | Method and Description |
---|---|
ListIterator<NameValue> |
PChargingFunctionAddresses.getEventChargingFunctionAddresses()
Get all the Event Charging Function (ECF) Addresses set in this header
|
Modifier and Type | Method and Description |
---|---|
protected NameValue |
ViaParser.nameValue()
Overrides the superclass nameValue parser because we have to tolerate
IPV6 addresses in the received parameter.
|
protected NameValue |
URLParser.qheader()
Get a name value for a given query header (ie one that comes
after the ?).
|
Copyright © 2015. All Rights Reserved.