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

Packages that use SipServletResponseImpl
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.authentication   
org.mobicents.servlet.sip.startup   
 

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

Methods in org.mobicents.servlet.sip.core.dispatchers with parameters of type SipServletResponseImpl
static void MessageDispatcher.callServlet(SipServletResponseImpl response)
           
 ResponseDispatcher MessageDispatcherFactory.getResponseDispatcher(SipServletResponseImpl sipServletResponse, SipApplicationDispatcherImpl sipApplicationDispatcher)
           
 

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

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

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

Methods in org.mobicents.servlet.sip.message that return types with arguments of type SipServletResponseImpl
 java.util.Set<SipServletResponseImpl> TransactionApplicationData.getSipServletResponses()
           
 

Methods in org.mobicents.servlet.sip.message with parameters of type SipServletResponseImpl
 void TransactionApplicationData.addSipServletResponse(SipServletResponseImpl sipServletResponse)
          used to get access from the B2BUA to pending messages on the transaction
 void MobicentsSipSessionFacade.updateStateOnResponse(SipServletResponseImpl sipServletResponseImpl, boolean receive)
           
 

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

Methods in org.mobicents.servlet.sip.proxy that return SipServletResponseImpl
static SipServletResponseImpl ProxyUtils.createProxiedResponse(SipServletResponseImpl sipServetResponse, ProxyBranchImpl proxyBranch)
           
 SipServletResponseImpl ProxyImpl.getBestResponse()
           
 

Methods in org.mobicents.servlet.sip.proxy with parameters of type SipServletResponseImpl
static SipServletResponseImpl ProxyUtils.createProxiedResponse(SipServletResponseImpl sipServetResponse, ProxyBranchImpl proxyBranch)
           
 void ProxyBranchImpl.onResponse(SipServletResponseImpl response, int status)
          A callback.
 void ProxyImpl.sendFinalResponse(SipServletResponseImpl response, ProxyBranchImpl proxyBranch)
           
 void ProxyBranchImpl.setResponse(SipServletResponseImpl response)
           
 

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

Methods in org.mobicents.servlet.sip.security.authentication with parameters of type SipServletResponseImpl
 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  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.
 

Uses of SipServletResponseImpl in org.mobicents.servlet.sip.startup
 

Methods in org.mobicents.servlet.sip.startup with parameters of type SipServletResponseImpl
 void SipContext.exitSipAppHa(SipServletRequestImpl request, SipServletResponseImpl response)
           
 



Copyright © 2010. All Rights Reserved.