org.mobicents.protocols.mgcp.utils
Class PacketRepresentationFactory

java.lang.Object
  extended by org.mobicents.protocols.mgcp.utils.PacketRepresentationFactory

public class PacketRepresentationFactory
extends Object


Constructor Summary
PacketRepresentationFactory(int size, int dataArrSize)
           
 
Method Summary
 PacketRepresentation allocate()
           
 void deallocate(PacketRepresentation pr)
           
 int getCount()
           
 int getDataArrSize()
           
 int getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PacketRepresentationFactory

public PacketRepresentationFactory(int size,
                                   int dataArrSize)
Method Detail

allocate

public PacketRepresentation allocate()

deallocate

public void deallocate(PacketRepresentation pr)

getSize

public int getSize()

getDataArrSize

public int getDataArrSize()

getCount

public int getCount()


Copyright © 2012 TeleStax, Inc.. All Rights Reserved.