Uses of Class
org.mobicents.servlet.sip.core.dispatchers.RequestDispatcher

Packages that use RequestDispatcher
org.mobicents.servlet.sip.core.dispatchers   
 

Uses of RequestDispatcher in org.mobicents.servlet.sip.core.dispatchers
 

Subclasses of RequestDispatcher in org.mobicents.servlet.sip.core.dispatchers
 class CancelRequestDispatcher
           This class implements the logic for routing CANCEL requests along the application path followed by the INVITE.
 class InitialRequestDispatcher
          This class is responsible for implementing the logic for routing an initial request according to the following sections of the JSR 289 specification Section 15.4.1 Procedure for Routing an Initial Request. 15.11 Session Targeting 16 Mapping Requests To Servlets
 class SubsequentRequestDispatcher
          This class is responsible for routing and dispatching subsequent request to applications according to JSR 289 Section 15.6 Responses, Subsequent Requests and Application Path It uses route header parameters that were previously set by the container on record route headers to know which app has to be called
 

Methods in org.mobicents.servlet.sip.core.dispatchers that return RequestDispatcher
static RequestDispatcher MessageDispatcherFactory.getRequestDispatcher(SipServletRequestImpl sipServletRequest, SipApplicationDispatcherImpl sipApplicationDispatcher)
           
 



Copyright © 2009. All Rights Reserved.