Home | History | Annotate | Download | only in sip

Lines Matching refs:Router

67 import javax.sip.address.Router;
613 // Default router -- use this for routing SIP URIs.
614 // Our router does not do DNS lookups.
620 /** Retrieve the router path */
635 Router router = (Router) cons.newInstance(args);
636 super.setRouter(router);
640 "could not instantiate router -- invocation target problem",
643 "Cound not instantiate router - check constructor", ex1);
645 getStackLogger().logError("could not instantiate router",
647 throw new PeerUnavailableException("Could not instantiate router",
651 // The flag that indicates that the default router is to be ignored.