|
JAIN-SIP 2.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use URI | |
---|---|
javax.sip.address | This package contains interfaces that represent the Addressing components of the SIP protocol. |
javax.sip.header | This package contains all the headers interfaces supported by this specification. |
javax.sip.header.ims | This package includes files that are relevant to the IP Multimedia System ( IMS ) 3GPP project. |
javax.sip.message | This package contains the interfaces representing SIP messages. |
Uses of URI in javax.sip.address |
---|
Subinterfaces of URI in javax.sip.address | |
---|---|
interface |
SipURI
This class represents SIP URIs, that may have either a sip: or
sips: scheme. |
interface |
TelURL
This class represents Tel URLs, which are used for addressing. |
Methods in javax.sip.address that return URI | |
---|---|
URI |
AddressFactory.createURI(String uri)
Creates a URI based on given URI string. |
URI |
Address.getURI()
Returns the URI of this Address. |
Methods in javax.sip.address with parameters of type URI | |
---|---|
Address |
AddressFactory.createAddress(String displayName,
URI uri)
Creates an Address with the new display name and URI attribute values. |
Address |
AddressFactory.createAddress(URI uri)
Creates an Address with the new URI attribute value. |
void |
Address.setURI(URI uri)
Sets the URI of this Address. |
Uses of URI in javax.sip.header |
---|
Methods in javax.sip.header that return URI | |
---|---|
URI |
AlertInfoHeader.getAlertInfo()
Returns the AlertInfo value of this AlertInfoHeader. |
URI |
ErrorInfoHeader.getErrorInfo()
Returns the ErrorInfo value of this ErrorInfoHeader. |
URI |
CallInfoHeader.getInfo()
Gets the URI that represents the location of the info of the caller or callee. |
URI |
WWWAuthenticateHeader.getURI()
Deprecated. WARNING: Implementations may throw OperationNotSupportedException. Since v1.2. URI is not a supported parameter for this header. This method should return null. |
URI |
AuthorizationHeader.getURI()
Returns the DigestURI value of this AuthorizationHeader. |
Methods in javax.sip.header with parameters of type URI | |
---|---|
AlertInfoHeader |
HeaderFactory.createAlertInfoHeader(URI alertInfo)
Creates a new AlertInfoHeader based on the newly supplied alertInfo value. |
CallInfoHeader |
HeaderFactory.createCallInfoHeader(URI callInfo)
Creates a new CallInfoHeader based on the newly supplied callInfo value. |
ErrorInfoHeader |
HeaderFactory.createErrorInfoHeader(URI errorInfo)
Creates a new ErrorInfoHeader based on the newly supplied errorInfo value. |
void |
AlertInfoHeader.setAlertInfo(URI alertInfo)
Sets the AlertInfo of the AlertInfoHeader to the alertInfo parameter value. |
void |
ErrorInfoHeader.setErrorInfo(URI errorInfo)
Sets the ErrorInfo of the ErrorInfoHeader to the errorInfo parameter value. |
void |
CallInfoHeader.setInfo(URI info)
Sets the Information parameter of this CallInfoHeader. |
void |
WWWAuthenticateHeader.setURI(URI uri)
Deprecated. WARNING: Implementations may throw OperationNotSupportedException. Since v1.2. URI is not a supported parameter for this header. |
void |
AuthorizationHeader.setURI(URI uri)
Sets the URI of the AuthorizationHeader to the uri parameter value. |
Uses of URI in javax.sip.header.ims |
---|
Methods in javax.sip.header.ims that return URI | |
---|---|
URI |
PAssociatedURIHeader.getAssociatedURI()
Get the address's URI |
Methods in javax.sip.header.ims with parameters of type URI | |
---|---|
void |
PAssociatedURIHeader.setAssociatedURI(URI associatedURI)
Set the URI on this address |
Uses of URI in javax.sip.message |
---|
Methods in javax.sip.message that return URI | |
---|---|
URI |
Request.getRequestURI()
Gets the URI Object identifying the request URI of this Request, which indicates the user or service to which this request is addressed. |
URI |
SipRequestLine.getUri()
get the Request-URI. |
Methods in javax.sip.message with parameters of type URI | |
---|---|
Request |
MessageFactory.createRequest(URI requestURI,
String method,
CallIdHeader callId,
CSeqHeader cSeq,
FromHeader from,
ToHeader to,
List via,
MaxForwardsHeader maxForwards)
Creates a new Request message of type specified by the method paramater, containing the URI of the Request, the mandatory headers of the message. |
Request |
MessageFactory.createRequest(URI requestURI,
String method,
CallIdHeader callId,
CSeqHeader cSeq,
FromHeader from,
ToHeader to,
List via,
MaxForwardsHeader maxForwards,
ContentTypeHeader contentType,
byte[] content)
Creates a new Request message of type specified by the method paramater, containing the URI of the Request, the mandatory headers of the message with a body in the form of a byte array and body content type. |
Request |
MessageFactory.createRequest(URI requestURI,
String method,
CallIdHeader callId,
CSeqHeader cSeq,
FromHeader from,
ToHeader to,
List via,
MaxForwardsHeader maxForwards,
ContentTypeHeader contentType,
Object content)
Creates a new Request message of type specified by the method paramater, containing the URI of the Request, the mandatory headers of the message with a body in the form of a Java object and the body content type. |
void |
Request.setRequestURI(URI requestURI)
Sets the RequestURI of Request. |
void |
SipRequestLine.setUri(URI uri)
Set the URI. |
|
JAIN-SIP 2.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |