|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Hop | |
---|---|
gov.nist.core.net | Contains the Network layer classes and interfaces. |
gov.nist.javax.sip | This is the root of the JAIN implementation of SIP. |
gov.nist.javax.sip.address | Implementation of the address package of the JAIN SIP API. |
gov.nist.javax.sip.header | Contains implementations of the SIP headers as defined in JAIN-SIP 1.2 and an implementation of the JAIN-SIP header factory. |
gov.nist.javax.sip.stack | This package implements the main protocol abstractions that are defined by the SIP RFC 3261. |
javax.sip.address | This package contains interfaces that represent the Addressing components of the SIP protocol. |
Uses of Hop in gov.nist.core.net |
---|
Methods in gov.nist.core.net that return Hop | |
---|---|
Hop |
AddressResolver.resolveAddress(Hop hop)
Do a name lookup and resolve the given IP address. |
Methods in gov.nist.core.net with parameters of type Hop | |
---|---|
Hop |
AddressResolver.resolveAddress(Hop hop)
Do a name lookup and resolve the given IP address. |
Uses of Hop in gov.nist.javax.sip |
---|
Methods in gov.nist.javax.sip that return Hop | |
---|---|
Hop |
ClientTransactionExt.getNextHop()
Get the next hop that was computed by the routing layer. |
Hop |
DefaultAddressResolver.resolveAddress(Hop inputAddress)
|
Methods in gov.nist.javax.sip with parameters of type Hop | |
---|---|
Hop |
DefaultAddressResolver.resolveAddress(Hop inputAddress)
|
Uses of Hop in gov.nist.javax.sip.address |
---|
Methods in gov.nist.javax.sip.address with parameters of type Hop | |
---|---|
void |
RouterExt.transactionTimeout(Hop hop)
Record that a transaction failure occured for the given hop. |
Uses of Hop in gov.nist.javax.sip.header |
---|
Methods in gov.nist.javax.sip.header that return Hop | |
---|---|
Hop |
Via.getHop()
Get the host, port and transport as a Hop. |
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 |
SIPClientTransaction.getNextHop()
Reeturn the previously computed next hop (avoid computing it twice). |
Hop |
DefaultRouter.getNextHop(Request request)
Return addresses for default proxy to forward the request to. |
Hop |
SIPTransactionStack.getNextHop(SIPRequest sipRequest)
Get the default route string. |
Hop |
DefaultRouter.getOutboundProxy()
Get the default hop. |
Methods in gov.nist.javax.sip.stack with parameters of type Hop | |
---|---|
MessageChannel |
SIPTransactionStack.createMessageChannel(SIPRequest request,
MessageProcessor mp,
Hop nextHop)
Creates a client transaction to handle a new request. |
MessageChannel |
SIPTransactionStack.createRawMessageChannel(String sourceIpAddress,
int sourcePort,
Hop nextHop)
Creates a new MessageChannel for a given Hop. |
void |
MessageChannel.sendMessage(SIPMessage sipMessage,
Hop hop)
Send a formatted message to the specified target. |
void |
SIPClientTransaction.setNextHop(Hop hop)
Set the next hop ( if it has already been computed). |
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. |
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |