| Package | Description |
|---|---|
| javax.servlet.sip |
| Modifier and Type | Method and Description |
|---|---|
SipURI |
SipFactory.createSipURI(String user,
String host)
Constructs a SipURI with the specified user and host components.
|
SipURI |
ProxyBranch.getPathURI()
Returns a SipURI that the application can use to add parameters to the Path header.
|
SipURI |
Proxy.getPathURI()
Returns a SipURI that the application can use to add parameters to the Path header.
|
SipURI |
ProxyBranch.getRecordRouteURI()
Returns a SipURI that the application can use to add parameters to the Record-Route header.
|
SipURI |
Proxy.getRecordRouteURI()
Returns a SipURI that the application can use to add parameters to the Record-Route header.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SipServletRequest.pushRoute(SipURI uri)
Adds a Route header field value to this request.
|
Copyright © 2014. All Rights Reserved.