org.mobicents.tools.sip.balancer
Class RouterImpl

java.lang.Object
  extended by org.mobicents.tools.sip.balancer.RouterImpl
All Implemented Interfaces:
javax.sip.address.Router

Deprecated. This custom implementation is not used anymore in the new sip balancer version

public class RouterImpl
extends java.lang.Object
implements javax.sip.address.Router

Author:
M. Ranganathan, baranowb, Jean Deruelle

Constructor Summary
RouterImpl(javax.sip.SipStack sipStack, java.lang.String proxyPort)
          Deprecated.  
 
Method Summary
 javax.sip.address.Hop getNextHop(javax.sip.message.Request request)
          Deprecated.  
 java.util.ListIterator getNextHops(javax.sip.message.Request request)
          Deprecated.  
 javax.sip.address.Hop getOutboundProxy()
          Deprecated.  
static void setRegister(NodeRegister register)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RouterImpl

public RouterImpl(javax.sip.SipStack sipStack,
                  java.lang.String proxyPort)
           throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception
Method Detail

setRegister

public static void setRegister(NodeRegister register)
Deprecated. 

getNextHop

public javax.sip.address.Hop getNextHop(javax.sip.message.Request request)
                                 throws javax.sip.SipException
Deprecated. 
Specified by:
getNextHop in interface javax.sip.address.Router
Throws:
javax.sip.SipException

getNextHops

public java.util.ListIterator getNextHops(javax.sip.message.Request request)
Deprecated. 
Specified by:
getNextHops in interface javax.sip.address.Router

getOutboundProxy

public javax.sip.address.Hop getOutboundProxy()
Deprecated. 
Specified by:
getOutboundProxy in interface javax.sip.address.Router


Copyright © 2009. All Rights Reserved.