Uses of Package
javax.servlet.sip

Classes in javax.servlet.sip used by javax.servlet.sip
Contact
          Represents SIP contact addresses.
Proxy
          Represents the operation of proxying a SIP request.
SipAddress
          Represents the value of SIP From and To headers.
SipApplicationSession
          Represents application instances.
SipApplicationSessionEvent
          Notification that a SipApplicationSession has expired.
SipErrorEvent
          Events of this type are sent to objects implementing the SipErrorListener interface when an error occurs while processing a SIP request.
SipServletMessage
          Defines common aspects of SIP requests and responses.
SipServletRequest
          Represents SIP request messages.
SipServletResponse
          Represents SIP responses.
SipSession
          Associates SIP messages belonging to the same SIP session.
SipSessionBindingEvent
          Events of this type are either sent to an object that implements SipSessionBindingListener when it is bound or unbound from a session, or to a SipSessionAttributeListener that has been configured in the deployment descriptor when any attribute is bound, unbound or replaced in a session.
SipSessionEvent
          This is the class representing event notifications for changes to SipSessions within a SIP servlet application.
SipURI
          Represents "sip" and "sips" URIs.
TooManyHopsException
          Thrown when a SIP Servlet application attempts to obtain a Proxy object for a request with a Max-Forwards header with value 0.
URI
          Base interface for any type of URI.