NIST SIP Parser and Stack (v1.2) API

Uses of Interface
javax.sip.address.URI

Packages that use URI
gov.nist.javax.sip.address Implementation of the address package of the JAIN SIP API. 
gov.nist.javax.sip.header Contains implementations of the SIP headers as defined in JAIN-SIP 1.1 and an implementation of the JAIN-SIP header factory. 
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.message   
 

Uses of URI in gov.nist.javax.sip.address
 

Classes in gov.nist.javax.sip.address that implement URI
 class GenericURI
          Implementation of the URI class.
 class SipUri
          The SipUri structure.
 class TelURLImpl
          Implementation of the TelURL interface.
 

Methods in gov.nist.javax.sip.address that return URI
 URI AddressImpl.getURI()
          Returns the URI address of this Address.
 URI AddressFactoryImpl.createURI(String uri)
          Creates a URI based on given URI string.
 

Methods in gov.nist.javax.sip.address with parameters of type URI
 void AddressImpl.setAddess(URI address)
          Set the address field
 void AddressImpl.setURI(URI address)
          Sets the URI address of this Address.
 Address AddressFactoryImpl.createAddress(String displayName, URI uri)
          Creates an Address with the new display name and URI attribute values.
 Address AddressFactoryImpl.createAddress(URI uri)
           
 

Uses of URI in gov.nist.javax.sip.header
 

Methods in gov.nist.javax.sip.header that return URI
 URI ErrorInfo.getErrorInfo()
          Returns the ErrorInfo value of this ErrorInfoHeader.
 URI CallInfo.getInfo()
          get the URI field
 URI AuthenticationHeader.getURI()
          Returns the URI value of this WWWAuthenicateHeader, for example DigestURI.
 URI AlertInfo.getAlertInfo()
          Returns the AlertInfo value of this AlertInfoHeader.
 

Methods in gov.nist.javax.sip.header with parameters of type URI
 AlertInfoHeader HeaderFactoryImpl.createAlertInfoHeader(URI alertInfo)
          Creates a new AlertInfoHeader based on the newly supplied alertInfo value.
 CallInfoHeader HeaderFactoryImpl.createCallInfoHeader(URI callInfo)
          Creates a new CallInfoHeader based on the newly supplied callInfo value.
 ErrorInfoHeader HeaderFactoryImpl.createErrorInfoHeader(URI errorInfo)
          Creates a new ErrorInfoHeader based on the newly supplied errorInfo value.
 void ErrorInfo.setErrorInfo(URI errorInfo)
          Sets the ErrorInfo of the ErrorInfoHeader to the errorInfo parameter value.
 void CallInfo.setInfo(URI info)
          set the URI field
 void AuthenticationHeader.setURI(URI uri)
          Sets the URI of the WWWAuthenicateHeader to the uri parameter value.
 void AlertInfo.setAlertInfo(URI uri)
          Set the uri member
 

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(URI uri)
          Creates an Address with the new URI attribute value.
 Address AddressFactory.createAddress(String displayName, URI uri)
          Creates an Address with the new display name and URI attribute values.
 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 WWWAuthenticateHeader.getURI()
          Returns the URI value of this WWWAuthenicateHeader, for example DigestURI.
 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 AuthorizationHeader.getURI()
          Returns the URI value of this AuthorizationHeader, for example DigestURI.
 URI AlertInfoHeader.getAlertInfo()
          Returns the AlertInfo value of this AlertInfoHeader.
 

Methods in javax.sip.header with parameters of type URI
 void WWWAuthenticateHeader.setURI(URI uri)
          Sets the URI of the WWWAuthenicateHeader to the uri parameter value.
 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 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 AuthorizationHeader.setURI(URI uri)
          Sets the URI of the AuthorizationHeader to the uri parameter value.
 void AlertInfoHeader.setAlertInfo(URI alertInfo)
          Sets the AlertInfo of the AlertInfoHeader to the alertInfo parameter value.
 

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.
 

Methods in javax.sip.message with parameters of type URI
 void Request.setRequestURI(URI requestURI)
          Sets the RequestURI of Request.
 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.
 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)
          Creates a new Request message of type specified by the method paramater, containing the URI of the Request, the mandatory headers of the message.
 


NIST SIP Parser and Stack (v1.2) API

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.