org.mobicents.slee.services.sip.balancer
Class RouterImpl

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

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


Constructor Summary
RouterImpl(javax.sip.SipStack sipStack, java.lang.String proxyPort)
           
 
Method Summary
 javax.sip.address.Hop getNextHop(javax.sip.message.Request request)
           
 java.util.ListIterator getNextHops(javax.sip.message.Request request)
           
 javax.sip.address.Hop getOutboundProxy()
           
 
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
Throws:
java.lang.Exception
Method Detail

getNextHop

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

getNextHops

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

getOutboundProxy

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


Copyright © 2008. All Rights Reserved.