org.mobicents.servlet.sip.proxy
Class ProxyParams

java.lang.Object
  extended by org.mobicents.servlet.sip.proxy.ProxyParams

public class ProxyParams
extends java.lang.Object


Field Summary
 URI destination
           
 SipURI outboundInterface
           
 SipURI path
           
 SipURI routeRecord
           
 
Constructor Summary
ProxyParams(URI destination, SipURI outboundInterface, SipURI routeRecord, SipURI path)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

destination

public URI destination

outboundInterface

public SipURI outboundInterface

routeRecord

public SipURI routeRecord

path

public SipURI path
Constructor Detail

ProxyParams

public ProxyParams(URI destination,
                   SipURI outboundInterface,
                   SipURI routeRecord,
                   SipURI path)


Copyright © 2008. All Rights Reserved.