public class DefaultSipMessageEvent extends java.lang.Object implements SipMessageEvent
| Constructor and Description |
|---|
DefaultSipMessageEvent(Connection connection,
io.pkts.packet.sip.SipMessage msg,
long arrivalTime) |
| Modifier and Type | Method and Description |
|---|---|
long |
getArrivalTime()
The arrival time of the {@link SipMessage in milliseconds.
|
Connection |
getConnection()
The
Connection over which this SipMessage was received. |
io.pkts.packet.sip.SipMessage |
getMessage()
The framed
SipMessage. |
public DefaultSipMessageEvent(Connection connection, io.pkts.packet.sip.SipMessage msg, long arrivalTime)
public Connection getConnection()
SipMessageEventConnection over which this SipMessage was received.getConnection in interface SipMessageEventpublic io.pkts.packet.sip.SipMessage getMessage()
SipMessageEventSipMessage.getMessage in interface SipMessageEventpublic long getArrivalTime()
SipMessageEventgetArrivalTime in interface SipMessageEventCopyright © 2015. All Rights Reserved.