org.mobicents.protocols.mgcp.utils
Class PacketRepresentation
java.lang.Object
org.mobicents.protocols.mgcp.utils.PacketRepresentation
public class PacketRepresentation
- extends Object
Start time:13:36:13 2008-11-22
Project: mobicents-media-server-controllers
Simple packet representation, has byte[] raw data and remote port/address
fields
- Author:
- baranowb
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PacketRepresentation
protected PacketRepresentation(int byteArrSize,
PacketRepresentationFactory prFactory)
getRawData
public byte[] getRawData()
setRawData
public void setRawData(byte[] rawData)
getLength
public int getLength()
getRemotePort
public int getRemotePort()
setLength
public void setLength(int length)
setRemotePort
public void setRemotePort(int remotePort)
getRemoteAddress
public InetAddress getRemoteAddress()
setRemoteAddress
public void setRemoteAddress(InetAddress remoteAddress)
release
public void release()
Copyright © 2012 TeleStax, Inc.. All Rights Reserved.