JAIN-SIP 2.0 API

Uses of Interface
javax.sip.address.Hop

Packages that use Hop
javax.sip This package contains the main interfaces that model the architecture from both an application developer and a stack vendor view. 
javax.sip.address This package contains interfaces that represent the Addressing components of the SIP protocol. 
 

Uses of Hop in javax.sip
 

Methods in javax.sip that return Hop
 Hop ClientTransaction.getNextHop()
          Get the next hop that was computed by the routing layer.
 

Uses of Hop in javax.sip.address
 

Methods in javax.sip.address that return Hop
 Hop Router.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.
 Hop Router.getOutboundProxy()
          Gets the Outbound Proxy parameter of this Router, this method may return null if no outbound proxy is defined.
 


JAIN-SIP 2.0 API


See conditions of use.
Submit a bug report or feature request.