|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Router | |
gov.nist.javax.sip | This is the root of the JAIN implementation of SIP. |
gov.nist.javax.sip.stack | This package contains the classes for building a SIP stack. |
javax.sip | This package contains the main interfaces that model the JAIN SIP architectute from both an application developer and a stack vendor view. |
Uses of Router in gov.nist.javax.sip |
Methods in gov.nist.javax.sip that return Router | |
Router |
SipStackImpl.getRouter()
Gets the Router object that identifies the default Routing policy of this SipStack. |
Uses of Router in gov.nist.javax.sip.stack |
Classes in gov.nist.javax.sip.stack that implement Router | |
class |
DefaultRouter
This is the default router. |
Methods in gov.nist.javax.sip.stack that return Router | |
Router |
SIPStack.getRouter()
Get the router algorithm. |
Methods in gov.nist.javax.sip.stack with parameters of type Router | |
void |
SIPStack.setRouter(Router router)
Set the router algorithm. |
Uses of Router in javax.sip |
Methods in javax.sip that return Router | |
Router |
SipStack.getRouter()
Gets the Router object that identifies the default Router information of this SipStack, including the outbound proxy. |
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |