|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServletParseException | |
|---|---|
| javax.servlet.sip | |
| Uses of ServletParseException in javax.servlet.sip |
|---|
| Methods in javax.servlet.sip that throw ServletParseException | |
|---|---|
Address |
SipFactory.createAddress(String addr)
Returns a Address corresponding to the specified string. |
Parameterable |
SipFactory.createParameterable(String s)
Creates a new Parameterable parsed from the specified string. |
SipServletRequest |
SipFactory.createRequest(SipApplicationSession appSession,
String method,
String from,
String to)
Returns a new request object with the specified request method, From, and To headers. |
URI |
SipFactory.createURI(String uri)
Returns a URI object corresponding to the specified string, which should represent an escaped SIP, SIPS, or tel URI. |
Address |
SipServletMessage.getAddressHeader(String name)
Returns the value of the specified header as a Address object. |
ListIterator<Address> |
SipServletMessage.getAddressHeaders(String name)
Returns a ListIterator over all Address header field values for the specified header. |
Parameterable |
SipServletMessage.getParameterableHeader(String name)
Returns the value of the specified header field as a Parameterable object. |
ListIterator<? extends Parameterable> |
SipServletMessage.getParameterableHeaders(String name)
Returns a ListIterator over all Parameterable header field values for the specified header name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||