|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Parameterable | |
|---|---|
| javax.servlet.sip | |
| Uses of Parameterable in javax.servlet.sip |
|---|
| Subinterfaces of Parameterable in javax.servlet.sip | |
|---|---|
interface |
Address
Represents SIP addresses as found, for example, in From, To, and Contact headers. |
| Methods in javax.servlet.sip that return Parameterable | |
|---|---|
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. |
| Methods in javax.servlet.sip that return types with arguments of type Parameterable | |
|---|---|
ListIterator<? extends Parameterable> |
SipServletMessage.getParameterableHeaders(String name)
Returns a ListIterator over all Parameterable header field values for the specified header name. |
| Methods in javax.servlet.sip with parameters of type Parameterable | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||