|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Observable | +--com.enderak.procol.common.util.EnhancedObservable | +--com.enderak.procol.common.net.MessageFactory
Compiles packets into messages
Constructor Summary | |
MessageFactory()
Constructor for the MessageFactory object |
Method Summary | |
void |
addPacket(ProColPacket packetIn)
Adds a packet to the appropriate message |
ProColIncomingMessage |
getNext()
Gets the next Packet |
boolean |
hasNext()
Checks the message queue for more messages |
Methods inherited from class com.enderak.procol.common.util.EnhancedObservable |
forceNotify, forceNotify |
Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessageFactory()
Method Detail |
public void addPacket(ProColPacket packetIn)
packetIn
- public ProColIncomingMessage getNext()
public boolean hasNext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |