Class UnmatchedRequestEvent

  • All Implemented Interfaces:
    java.io.Serializable

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.servlet.sip.SipServletRequest getRequest()
      Returns the unmatched incoming request
      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

      • UnmatchedRequestEvent

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

      • getRequest

        public javax.servlet.sip.SipServletRequest getRequest()
        Returns the unmatched incoming request
        Returns:
        SipServletRequest
      • getServletContext

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