NIST SIP Parser and Stack (v1.2) API

Uses of Interface
javax.sip.address.Hop

Packages that use Hop
gov.nist.javax.sip.stack This package contains the classes for building a SIP stack.  
javax.sip.address This package contains interfaces that represent the Addressing components of the SIP protocol.  
 

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

Classes in gov.nist.javax.sip.stack that implement Hop
 class HopImpl
          Routing algorithms return a list of hops to which the request is routed.
 

Methods in gov.nist.javax.sip.stack that return Hop
 Hop SIPStack.getNextHop()
          Get the default next hop from the router.
 Hop SIPStack.getDefaultRoute()
          Get the default route.
 Hop DefaultRouter.getOutboundProxy()
          Get the default hop.
 Hop DefaultRouter.getDefaultRoute()
          Get the default route (does the same thing as getOutboundProxy).
 

Methods in gov.nist.javax.sip.stack with parameters of type Hop
 MessageChannel SIPTransactionStack.createMessageChannel(Hop nextHop)
          Creates a client transaction to handle a new request.
 MessageChannel SIPTransactionStack.createRawMessageChannel(Hop hop)
          Creates a raw message channel.
 Route SIPStack.getRouteHeader(Hop hop)
          Get the route header for this hop.
 MessageChannel SIPStack.createMessageChannel(Hop nextHop)
          Creates a new MessageChannel for a given Hop.
 

Uses of Hop in javax.sip.address
 

Methods in javax.sip.address that return Hop
 Hop Router.getOutboundProxy()
          Gets the Outbound Proxy parameter of this Router, this method may return null if no outbound proxy is defined.
 


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.