| Package | Description |
|---|---|
| javax.servlet.sip |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Address
Represents SIP addresses as found, for example, in From, To, and
Contact headers.
|
| Modifier and Type | Method and Description |
|---|---|
Parameterable |
SipFactory.createParameterable(String s)
Creates a new Parameterable parsed from the specified string.
|
Parameterable |
SipServletMessage.getParameterableHeader(String name)
Returns the value of the specified header field as a Parameterable object.
|
| Modifier and Type | Method and Description |
|---|---|
ListIterator<? extends Parameterable> |
SipServletMessage.getParameterableHeaders(String name)
Returns a ListIterator over all Parameterable header field values for the specified header name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SipServletMessage.addParameterableHeader(String name,
Parameterable param,
boolean first)
Adds the specified Parameterable as a new value of the named header field.
|
void |
SipServletMessage.setParameterableHeader(String name,
Parameterable param)
Sets the header with the specified name to have the value specified by the address argument.
|
Copyright © 2016. All Rights Reserved.