Class ChatMessages

java.lang.Object
de.uplanet.lucy.server.chat.ChatMessages

public final class ChatMessages extends Object
  • Field Details

    • NO_MESSAGES

      public static final ChatMessages NO_MESSAGES
  • Method Details

    • size

      public int size()
      Returns:
      The number of messages in this collection.
    • iterator

      public Iterator<de.uplanet.lucy.server.chat.ChatMessage> 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.