org.siprop.v2.b2bua.sip.info.impl
Class DefaultSIPB2BUAInfo

java.lang.Object
  extended by org.siprop.v2.core.messge.AbstractInfo
      extended by org.siprop.v2.b2bua.sip.info.impl.DefaultSIPB2BUAInfo
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, B2BUAInfo, Info, Message

public class DefaultSIPB2BUAInfo
extends AbstractInfo
implements B2BUAInfo

Default B2BUAInfo for SIP.

Author:
noritsuna
See Also:
Serialized Form

Constructor Summary
DefaultSIPB2BUAInfo()
           
 
Method Summary
 void addPacket(Packet packet)
          add Packet.
 Packet getPreviousPacket()
          get Packet of previous.
 
Methods inherited from class org.siprop.v2.core.messge.AbstractInfo
getCurrentPacket, getOriginalPacket, getPacket, setCurrentPacket, setOriginalPacket
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.siprop.v2.b2bua.B2BUAInfo
getCurrentPacket
 
Methods inherited from interface org.siprop.v2.core.messge.Info
getOriginalPacket, getPacket, setCurrentPacket, setOriginalPacket
 

Constructor Detail

DefaultSIPB2BUAInfo

public DefaultSIPB2BUAInfo()
Method Detail

getPreviousPacket

public Packet getPreviousPacket()
Description copied from interface: B2BUAInfo
get Packet of previous.

Specified by:
getPreviousPacket in interface B2BUAInfo
Returns:
Packet of previous.

addPacket

public void addPacket(Packet packet)
Description copied from interface: Info
add Packet.

Specified by:
addPacket in interface Info
Overrides:
addPacket in class AbstractInfo