org.mobicents.mgcp.stack
Class PacketRepresentation
java.lang.Object
org.mobicents.mgcp.stack.PacketRepresentation
public class PacketRepresentation
- extends java.lang.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 - Bartosz Baranowski
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PacketRepresentation
public PacketRepresentation()
PacketRepresentation
public PacketRepresentation(byte[] rawData,
java.net.InetAddress remoteAddress,
int remotePort)
getRawData
public byte[] getRawData()
setRawData
public void setRawData(byte[] rawData)
getRemotePort
public int getRemotePort()
setRemotePort
public void setRemotePort(int remotePort)
getRemoteAddress
public java.net.InetAddress getRemoteAddress()
setRemoteAddress
public void setRemoteAddress(java.net.InetAddress remoteAddress)
Copyright © 2009. All Rights Reserved.