Class Server.QueueStats

  • Enclosing class:
    Server

    private static final class Server.QueueStats
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private QueueStats()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • expireTime

        long expireTime
      • totalLength

        long totalLength
      • totalBytes

        long totalBytes
      • maxLength

        long maxLength
      • maxBytes

        long maxBytes
      • sessions

        int sessions
    • Constructor Detail

      • QueueStats

        private QueueStats()