Package | Description |
---|---|
android.gov.nist.core.net |
Contains the Network layer classes and interfaces.
|
android.gov.nist.javax.sip |
This is the root of the JAIN implementation of SIP.
|
android.gov.nist.javax.sip.address |
Implementation of the address package of the JAIN SIP API.
|
android.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.
|
android.gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
android.javax.sip.address |
This package contains interfaces
that represent the Addressing components of the SIP protocol.
|
Modifier and Type | Method and Description |
---|---|
Hop |
AddressResolver.resolveAddress(Hop hop)
Do a name lookup and resolve the given IP address.
|
Modifier and Type | Method and Description |
---|---|
Hop |
AddressResolver.resolveAddress(Hop hop)
Do a name lookup and resolve the given IP address.
|
Modifier and Type | Method and Description |
---|---|
Hop |
ClientTransactionExt.getNextHop()
Get the next hop that was computed by the routing layer.
|
Hop |
DefaultAddressResolver.resolveAddress(Hop inputAddress) |
Modifier and Type | Method and Description |
---|---|
protected SIPClientTransaction |
SipProviderImpl.createClientTransaction(Request request,
Hop hop) |
Hop |
DefaultAddressResolver.resolveAddress(Hop inputAddress) |
Modifier and Type | Method and Description |
---|---|
void |
RouterExt.transactionTimeout(Hop hop)
Record that a transaction failure occured for the given hop.
|
Modifier and Type | Method and Description |
---|---|
Hop |
Via.getHop()
Get the host, port and transport as a Hop.
|
Modifier and Type | Class and Description |
---|---|
class |
HopImpl
Routing algorithms return a list of hops to which the request is
routed.
|
Modifier and Type | Method and Description |
---|---|
protected Hop |
DefaultRouter.createHop(SipURI sipUri,
Request request)
Utility method to create a hop from a SIP URI
|
Hop |
AckSendingStrategy.getLastHop()
Returns the last hop that a send was attempted on.
|
Hop |
SIPDialog.AckSendingStrategyImpl.getLastHop() |
Hop |
SIPClientTransactionImpl.getNextHop() |
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
SIPClientTransactionImpl.setNextHop(Hop hop) |
void |
SIPClientTransaction.setNextHop(Hop hop)
Set the next hop ( if it has already been computed).
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2018. All Rights Reserved.