|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.enderak.procol.common.net.ProColMessage | +--com.enderak.procol.common.net.ProColIncomingMessage
Holds information for an incoming message
Field Summary | |
byte[] |
data
|
int |
location
|
Fields inherited from class com.enderak.procol.common.net.ProColMessage |
messageID, requestCode |
Constructor Summary | |
ProColIncomingMessage(ProColPacket packetIn)
Create a new message with an initial packet |
Method Summary | |
void |
appendPacket(ProColPacket packetIn)
Appends a packet to this message |
Methods inherited from class com.enderak.procol.common.net.ProColMessage |
isError, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public byte[] data
public int location
Constructor Detail |
public ProColIncomingMessage(ProColPacket packetIn)
packetIn
- The initial packetMethod Detail |
public final void appendPacket(ProColPacket packetIn)
packetIn
- The packet to append
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |