|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionExt
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 |
---|
SipProvider getSipProvider()
String getPeerAddress()
int getPeerPort()
String getTransport()
String getHost()
int getPort()
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |