Uses of Class
org.mobicents.servlet.sip.proxy.ProxyImpl

Packages that use ProxyImpl
org.mobicents.servlet.sip.core.session   
org.mobicents.servlet.sip.message   
org.mobicents.servlet.sip.proxy   
 

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

Fields in org.mobicents.servlet.sip.core.session declared as ProxyImpl
protected  ProxyImpl SipSessionImpl.proxy
           
 

Methods in org.mobicents.servlet.sip.core.session that return ProxyImpl
 ProxyImpl SipSessionImpl.getProxy()
          Retieves the proxy of the sip session if any
 ProxyImpl MobicentsSipSession.getProxy()
          Retieves the proxy of the sip session if any
 

Methods in org.mobicents.servlet.sip.core.session with parameters of type ProxyImpl
 void SipSessionImpl.setProxy(ProxyImpl proxy)
          
 void MobicentsSipSession.setProxy(ProxyImpl proxy)
           
 

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

Methods in org.mobicents.servlet.sip.message that return ProxyImpl
 ProxyImpl MobicentsSipSessionFacade.getProxy()
           
 

Methods in org.mobicents.servlet.sip.message with parameters of type ProxyImpl
 void MobicentsSipSessionFacade.setProxy(ProxyImpl proxy)
           
 

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

Methods in org.mobicents.servlet.sip.proxy with parameters of type ProxyImpl
 void ProxyBranchImpl.setProxy(ProxyImpl proxy)
           
 

Constructors in org.mobicents.servlet.sip.proxy with parameters of type ProxyImpl
ProxyBranchImpl(URI uri, ProxyImpl proxy)
           
 



Copyright © 2010. All Rights Reserved.