NIST SIP Parser and Stack (v1.2) API

Uses of Class
gov.nist.javax.sip.header.Route

Packages that use Route
gov.nist.javax.sip.stack This package contains the classes for building a SIP stack.  
 

Uses of Route in gov.nist.javax.sip.stack
 

Methods in gov.nist.javax.sip.stack that return Route
 Route SIPStack.getRouteHeader(Hop hop)
          Get the route header for this hop.
 Route SIPStack.getDefaultRouteHeader()
          Get the route header corresponding to the default route.
 

Methods in gov.nist.javax.sip.stack with parameters of type Route
 void DialogImpl.addRoute(Route route, boolean top)
          Add a route to the dialog.
 void DialogImpl.setDefaultRoute(Route defaultRoute)
          Set the default route (the default next hop for the proxy or the proxy address for the user agent).
 


NIST SIP Parser and Stack (v1.2) API

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.