Package | Description |
---|---|
javax.servlet.sip |
The javax.servlet.sip package is the API for the SIP Servlets developed under JSR 359, this v2.0 version updates v1.1 developed under JSR 289.
|
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 |
---|---|
List<? extends Parameterable> |
SipServletMessage.getParameterableHeaderList(String name)
Returns a
List of all Parameterable
header field values for the specified header name. |
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 © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.