| Modifier | Constructor and Description |
|---|---|
protected |
PacketRepresentation(int byteArrSize,
PacketRepresentationFactory prFactory) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getBuffer() |
InetSocketAddress |
getInetAddress() |
int |
getLength() |
byte[] |
getRawData() |
InetAddress |
getRemoteAddress() |
int |
getRemotePort() |
void |
release() |
void |
setLength(int length) |
void |
setRemoteAddress(InetSocketAddress remoteAddress) |
protected PacketRepresentation(int byteArrSize,
PacketRepresentationFactory prFactory)
public ByteBuffer getBuffer()
public byte[] getRawData()
public int getLength()
public int getRemotePort()
public void setLength(int length)
public InetAddress getRemoteAddress()
public InetSocketAddress getInetAddress()
public void setRemoteAddress(InetSocketAddress remoteAddress)
public void release()
Copyright © 2016 TeleStax, Inc.. All Rights Reserved.