Class HttpServer


  • public class HttpServer
    extends Object
    Representation of HTTP server statistics.
    • Constructor Detail

      • HttpServer

        public HttpServer()
    • Method Detail

      • getBytesRead

        public int getBytesRead()
      • getAcceptsPerSecond

        public double getAcceptsPerSecond()
      • getSocketErrors

        public int getSocketErrors()
      • getAccepts

        public int getAccepts()
      • getThreadsIdle

        public int getThreadsIdle()
      • isEnable

        public boolean isEnable()
      • getBindAddress

        public String getBindAddress()
      • getReadThroughput

        public int getReadThroughput()
      • getQueue

        public int getQueue()
      • getRunTime

        public int getRunTime()
      • getThreads

        public int getThreads()
      • getBytesWritten

        public int getBytesWritten()
      • getRequests

        public int getRequests()
      • getWorkTime

        public int getWorkTime()
      • getWriteThroughput

        public double getWriteThroughput()