Class ChatMessages


  • public final class ChatMessages
    extends Object
    • Field Detail

    • Method Detail

      • 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.