|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.protocol.sip.ProxyRouter
public class ProxyRouter
An implementation of the Router interface wrapping around JAIN-SIP RI DefaultRouter in order to be able to change the outbound proxy depending on the account which sent the request.
| Constructor Summary | |
|---|---|
ProxyRouter(javax.sip.SipStack stack,
String defaultRoute)
Simple constructor. |
|
| Method Summary | |
|---|---|
javax.sip.address.Hop |
getNextHop(javax.sip.message.Request request)
Returns the next hop for this Request. |
ListIterator |
getNextHops(javax.sip.message.Request request)
Deprecated. |
javax.sip.address.Hop |
getOutboundProxy()
Returns the outbound proxy for this Router. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProxyRouter(javax.sip.SipStack stack,
String defaultRoute)
stack - the currently running stack.defaultRoute - ignored parameter.| Method Detail |
|---|
public javax.sip.address.Hop getNextHop(javax.sip.message.Request request)
throws javax.sip.SipException
getNextHop in interface javax.sip.address.Routerrequest - Request to find the next hop.
javax.sip.SipException@Deprecated public ListIterator getNextHops(javax.sip.message.Request request)
getNextHops in interface javax.sip.address.Routerrequest - Request to find the next hops.
public javax.sip.address.Hop getOutboundProxy()
getOutboundProxy in interface javax.sip.address.Router
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||