Package de.uplanet.lucy.server.chat
Class ChatMessages
java.lang.Object
de.uplanet.lucy.server.chat.ChatMessages
-
Field Details
-
NO_MESSAGES
-
-
Method Details
-
size
public int size()- Returns:
- The number of messages in this collection.
-
iterator
- Returns:
- An iterator over this collection.
-
getPollingInterval
public int getPollingInterval()- Returns:
- The suggested polling interval in milliseconds.
-
getMemoryConsumption
public int getMemoryConsumption()- Returns:
- The estimated memory consumption of this collection.
-
getMaxMemoryConsumption
public int getMaxMemoryConsumption()- Returns:
- The maximum allowed memory consumption of this collection.
-