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 | Method and Description |
---|---|
SipURI |
SipFactory.createSipURI(String user,
String host)
Constructs a
SipURI with the specified user and host
components. |
SipURI |
Flow.getLocalURI()
Represents the local endpoint of the transport association
represented by this flow.
|
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. |
SipURI |
Flow.getRemoteURI()
Represents the remote endpoint of the transport association
represented by this flow.
|
SipURI |
DnsResolver.resolveToSipURI(URI uri)
Resolve a
TelURL or a SipURI with user=phone parameter
to a SIP URI according to the procedures specified in RFC 3824 and RFC 6116. |
Modifier and Type | Method and Description |
---|---|
List<SipURI> |
SipServletContext.getOutboundInterfaces()
An immutable instance of the
java.util.List
interface containing the SipURI representation of
IP addresses which are used by the container to send
out the messages |
List<SipURI> |
DnsResolver.resolveToSipURIs(URI uri)
Resolve a
TelURL or a SipURI with user=phone parameter
to SIP URIs according to the procedures specified in RFC 3824 and RFC 6116. |
Modifier and Type | Method and Description |
---|---|
void |
SipServletRequest.pushRoute(SipURI uri)
Adds a Route header field value to this request.
|
boolean |
DnsResolver.resolvesInternally(SipURI uri)
Return true if the SipURI is addressed to the container itself.
|
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.