NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

gov.nist.javax.sip
Interface TransactionExt

All Superinterfaces:
Serializable, Transaction
All Known Implementing Classes:
SIPClientTransaction, SIPServerTransaction, SIPTransaction

public interface TransactionExt
extends Transaction


Method Summary
 String getHost()
          return the ip address on which this message was initially received
 String getPeerAddress()
          Returns the IP address of the upstream/downstream hop from which this message was initially received
 int getPeerPort()
          Returns the port of the upstream/downstream hop from which this message was initially received
 int getPort()
          return the port on which this message was initially received
 SipProvider getSipProvider()
          Get the Sip Provider associated with this transaction
 String getTransport()
          Returns the name of the protocol with which this message was initially received
 
Methods inherited from interface javax.sip.Transaction
getApplicationData, getBranchId, getDialog, getRequest, getRetransmitTimer, getState, setApplicationData, setRetransmitTimer, terminate
 

Method Detail

getSipProvider

SipProvider getSipProvider()
Get the Sip Provider associated with this transaction


getPeerAddress

String getPeerAddress()
Returns the IP address of the upstream/downstream hop from which this message was initially received

Returns:
the IP address of the upstream/downstream hop from which this message was initially received
Since:
2.0

getPeerPort

int getPeerPort()
Returns the port of the upstream/downstream hop from which this message was initially received

Returns:
the port of the upstream/downstream hop from which this message was initially received
Since:
2.0

getTransport

String getTransport()
Returns the name of the protocol with which this message was initially received

Returns:
the name of the protocol with which this message was initially received
Since:
2.0

getHost

String getHost()
return the ip address on which this message was initially received

Returns:
the ip address on which this message was initially received

getPort

int getPort()
return the port on which this message was initially received

Returns:
the port on which this message was initially received

NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

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