Uses of Class
org.mobicents.servlet.sip.message.SipServletRequestImpl

Packages that use SipServletRequestImpl
org.jboss.web.tomcat.service.session   
org.mobicents.servlet.sip.core   
org.mobicents.servlet.sip.core.dispatchers   
org.mobicents.servlet.sip.core.session   
org.mobicents.servlet.sip.message   
org.mobicents.servlet.sip.proxy   
org.mobicents.servlet.sip.security   
org.mobicents.servlet.sip.security.authentication   
 

Uses of SipServletRequestImpl in org.jboss.web.tomcat.service.session
 

Methods in org.jboss.web.tomcat.service.session with parameters of type SipServletRequestImpl
static void ConvergedSessionReplicationContext.enterSipapp(SipServletRequestImpl request, SipServletResponseImpl response, boolean startCacheActivity)
          Associate a SessionReplicationContext with the current thread, if there isn't one already.
 

Uses of SipServletRequestImpl in org.mobicents.servlet.sip.core
 

Methods in org.mobicents.servlet.sip.core with parameters of type SipServletRequestImpl
 SipApplicationRouterInfo SipApplicationDispatcherImpl.getNextInterestedApplication(SipServletRequestImpl sipServletRequest)
           
 SipApplicationRouterInfo SipApplicationDispatcher.getNextInterestedApplication(SipServletRequestImpl sipServletRequestImpl)
           
 

Constructors in org.mobicents.servlet.sip.core with parameters of type SipServletRequestImpl
SipApplicationDispatcherImpl.RequestTask(SipApplicationDispatcherImpl sipApplicationDispatcher, javax.sip.SipProvider sipProvider, SipServletRequestImpl sipServletRequest)
           
 

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

Methods in org.mobicents.servlet.sip.core.dispatchers with parameters of type SipServletRequestImpl
static void MessageDispatcher.callServlet(SipServletRequestImpl request)
           
protected  void RequestDispatcher.forwardRequestStatefully(SipServletRequestImpl sipServletRequest, SipSessionRoutingType sipSessionRoutingType, SipRouteModifier sipRouteModifier)
          Forward statefully a request whether it is initial or subsequent and keep track of the transactions used in application data of each transaction
static RequestDispatcher MessageDispatcherFactory.getRequestDispatcher(SipServletRequestImpl sipServletRequest, SipApplicationDispatcherImpl sipApplicationDispatcher)
           
protected static SipApplicationSessionKey MessageDispatcher.makeAppSessionKey(SipContext sipContext, SipServletRequestImpl sipServletRequestImpl, java.lang.String applicationName)
           
static boolean MessageDispatcher.securityCheck(SipServletRequestImpl request)
           
 

Uses of SipServletRequestImpl in org.mobicents.servlet.sip.core.session
 

Methods in org.mobicents.servlet.sip.core.session with parameters of type SipServletRequestImpl
 void SipSessionImpl.updateStateOnSubsequentRequest(SipServletRequestImpl request, boolean receive)
          Update the sip session state upon sending/receiving a subsequent request Covers JSR 289 Section 6.2.1 along with updateStateOnResponse method
 void MobicentsSipSession.updateStateOnSubsequentRequest(SipServletRequestImpl sipServletRequestImpl, boolean receive)
           
 

Uses of SipServletRequestImpl in org.mobicents.servlet.sip.message
 

Methods in org.mobicents.servlet.sip.message that return SipServletRequestImpl
 SipServletRequestImpl SipServletRequestImpl.getLinkedRequest()
           
 

Methods in org.mobicents.servlet.sip.message with parameters of type SipServletRequestImpl
 SipApplicationRouterInfo SipFactoryImpl.getNextInterestedApplication(SipServletRequestImpl sipServletRequestImpl)
          
 void SipServletRequestImpl.setLinkedRequest(SipServletRequestImpl linkedRequest)
           
 void SipServletResponseImpl.setOriginalRequest(SipServletRequestImpl originalRequest)
           
 

Constructors in org.mobicents.servlet.sip.message with parameters of type SipServletRequestImpl
B2buaHelperImpl(SipServletRequestImpl sipServletRequest)
           
 

Uses of SipServletRequestImpl in org.mobicents.servlet.sip.proxy
 

Methods in org.mobicents.servlet.sip.proxy with parameters of type SipServletRequestImpl
 javax.sip.message.Request ProxyUtils.createProxiedRequest(SipServletRequestImpl originalRequest, ProxyBranchImpl proxyBranch, ProxyParams params)
           
 void ProxyBranchImpl.proxySubsequentRequest(SipServletRequestImpl request)
          Call this method when a subsequent request must be proxied through the branch.
 

Constructors in org.mobicents.servlet.sip.proxy with parameters of type SipServletRequestImpl
ProxyImpl(SipServletRequestImpl request, SipFactoryImpl sipFactoryImpl)
           
 

Uses of SipServletRequestImpl in org.mobicents.servlet.sip.security
 

Methods in org.mobicents.servlet.sip.security with parameters of type SipServletRequestImpl
static boolean SipSecurityUtils.authenticate(SipContext sipStandardContext, SipServletRequestImpl request, SipSecurityConstraint sipConstraint)
           
static boolean SipSecurityUtils.authorize(SipContext sipStandardContext, SipServletRequestImpl request)
           
 

Uses of SipServletRequestImpl in org.mobicents.servlet.sip.security.authentication
 

Methods in org.mobicents.servlet.sip.security.authentication with parameters of type SipServletRequestImpl
 boolean DigestAuthenticator.authenticate(SipServletRequestImpl request, SipServletResponseImpl response, SipLoginConfig config)
          Authenticate the user making this request, based on the specified login configuration.
protected abstract  boolean AuthenticatorBase.authenticate(SipServletRequestImpl request, SipServletResponseImpl response, SipLoginConfig config)
          Authenticate the user making this request, based on the specified login configuration.
protected static java.security.Principal DigestAuthenticator.findPrincipal(SipServletRequestImpl request, java.lang.String authorization, org.apache.catalina.Realm realm)
          Parse the specified authorization credentials, and return the associated Principal that these credentials authenticate (if any) from the specified Realm.
protected  java.lang.String DigestAuthenticator.generateNOnce(SipServletRequestImpl request)
          Generate a unique token.
protected  void AuthenticatorBase.register(SipServletRequestImpl request, SipServletResponseImpl response, java.security.Principal principal, java.lang.String authType, java.lang.String username, java.lang.String password)
          Register an authenticated Principal and authentication type in our request, in the current session (if there is one), and with our SingleSignOn valve, if there is one.
protected  void DigestAuthenticator.setAuthenticateHeader(SipServletRequestImpl request, SipServletResponseImpl response, SipLoginConfig config, java.lang.String nOnce)
          Generates the WWW-Authenticate header.
 



Copyright © 2008. All Rights Reserved.