Uses of Interface
org.siprop.v2.core.messge.Packet

Packages that use Packet
org.siprop.v2.b2bua   
org.siprop.v2.b2bua.sip.info.impl   
org.siprop.v2.core.messge   
org.siprop.v2.core.messge.impl   
 

Uses of Packet in org.siprop.v2.b2bua
 

Methods in org.siprop.v2.b2bua that return Packet
 Packet B2BUAInfo.getCurrentPacket()
          get Packet of current.
 Packet B2BUAInfo.getPreviousPacket()
          get Packet of previous.
 

Uses of Packet in org.siprop.v2.b2bua.sip.info.impl
 

Methods in org.siprop.v2.b2bua.sip.info.impl that return Packet
 Packet DefaultSIPB2BUAInfo.getPreviousPacket()
           
 

Methods in org.siprop.v2.b2bua.sip.info.impl with parameters of type Packet
 void DefaultSIPB2BUAInfo.addPacket(Packet packet)
           
 

Uses of Packet in org.siprop.v2.core.messge
 

Subinterfaces of Packet in org.siprop.v2.core.messge
 interface MessageContextPacket
          Packet for MessageContextImpl.
 

Methods in org.siprop.v2.core.messge that return Packet
 Packet Info.getCurrentPacket()
          get current Packet.
 Packet Context.getCurrentPacket()
          get current Packet.
 Packet AbstractInfo.getCurrentPacket()
           
 Packet AbstractContext.getCurrentPacket()
           
 Packet Info.getOriginalPacket()
          get original Packet.
 Packet Context.getOriginalPacket()
          get original Packet.
 Packet AbstractInfo.getOriginalPacket()
           
 Packet AbstractContext.getOriginalPacket()
           
 Packet Info.getPacket(boolean isNextStep)
          get Packet.
isNextStep In the case of true , gotten Packet is deleted from list.
 Packet AbstractInfo.getPacket(boolean isNextStep)
           
 

Methods in org.siprop.v2.core.messge with parameters of type Packet
 void Info.addPacket(Packet packet)
          add Packet.
 void Context.addPacket(Packet packet)
          add Packet.
 void AbstractInfo.addPacket(Packet packet)
           
 void AbstractContext.addPacket(Packet packet)
           
 void Info.setCurrentPacket(Packet currentPacket)
          set current Packet.
 void Context.setCurrentPacket(Packet currentPacket)
          set current Packet.
 void AbstractInfo.setCurrentPacket(Packet currentPacket)
           
 void AbstractContext.setCurrentPacket(Packet currentPacket)
           
 void Info.setOriginalPacket(Packet originalPacket)
          set original Packet.
 void Context.setOriginalPacket(Packet originalPacket)
          set original Packet.
 void AbstractInfo.setOriginalPacket(Packet orignalPacket)
           
 void AbstractContext.setOriginalPacket(Packet originalPacket)
           
 

Uses of Packet in org.siprop.v2.core.messge.impl
 

Classes in org.siprop.v2.core.messge.impl that implement Packet
 class MessageContextPacketImpl
          Packet for MessageContextImpl.
 

Methods in org.siprop.v2.core.messge.impl that return Packet
 Packet MessageContextInfoImpl.getPacket(boolean isNextStep)
           
 

Methods in org.siprop.v2.core.messge.impl with parameters of type Packet
 void MessageContextInfoImpl.addPacket(Packet packet)