Class Stats
- java.lang.Object
-
- com.suse.salt.netapi.datatypes.cherrypy.Stats
-
public class Stats extends java.lang.Object
Representation of CherryPy server statistics.
-
-
Field Summary
Fields Modifier and Type Field Description private Applications
applications
private HttpServer
httpServer
-
Constructor Summary
Constructors Constructor Description Stats(Applications applications, HttpServer httpServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Applications
getApplications()
HttpServer
getHttpServer()
-
-
-
Field Detail
-
applications
private final Applications applications
-
httpServer
private final HttpServer httpServer
-
-
Constructor Detail
-
Stats
public Stats(Applications applications, HttpServer httpServer) throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
-
-
Method Detail
-
getApplications
public Applications getApplications()
-
getHttpServer
public HttpServer getHttpServer()
-
-