Class UnmatchedResponseEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnmatchedResponseEvent
    extends java.util.EventObject
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UnmatchedResponseEvent​(javax.servlet.sip.SipServletResponse req, javax.servlet.ServletContext ctxt)
      Constructor for a new UnmatchedResponseEvent
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.servlet.sip.SipServletResponse getResponse()
      Returns the unmatched incoming response
      javax.servlet.ServletContext getServletContext()
      Returns related Servlet Context
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnmatchedResponseEvent

        public UnmatchedResponseEvent​(javax.servlet.sip.SipServletResponse req,
                                      javax.servlet.ServletContext ctxt)
        Constructor for a new UnmatchedResponseEvent
        Parameters:
        req - - Unmatched incoming response
        ctxt - - Servlet Context related to the specific Sip Application
    • Method Detail

      • getResponse

        public javax.servlet.sip.SipServletResponse getResponse()
        Returns the unmatched incoming response
        Returns:
        SipServletResponse
      • getServletContext

        public javax.servlet.ServletContext getServletContext()
        Returns related Servlet Context
        Returns:
        ServletContext