| Modifier and Type | Field and Description |
|---|---|
static boolean |
routerWasConsulted |
| Constructor and Description |
|---|
NonSipUriRouter(SipStack sipStack,
String outboundProxy) |
| Modifier and Type | Method and Description |
|---|---|
Hop |
getNextHop(Request request)
Gets the next Hop from this Router for the specified request, this
method may return
null if a default route is not defined. |
ListIterator |
getNextHops(Request request)
Gets the ListIterator of the hops of the default Route.
|
Hop |
getOutboundProxy()
Gets the Outbound Proxy parameter of this Router, this method may return
null if no outbound proxy is defined.
|
void |
setMyPort(int myPort) |
public void setMyPort(int myPort)
public Hop getOutboundProxy()
RoutergetOutboundProxy in interface RouterHoppublic ListIterator getNextHops(Request request)
RoutergetNextHops in interface Routerpublic Hop getNextHop(Request request) throws SipException
Routernull if a default route is not defined.getNextHop in interface RouterSipException - when there is something wrong with the requestHopCopyright © 2014. All Rights Reserved.