public class Stats
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Applications |
applications |
private HttpServer |
httpServer |
Constructor and Description |
---|
Stats(Applications applications,
HttpServer httpServer) |
Modifier and Type | Method and Description |
---|---|
Applications |
getApplications() |
HttpServer |
getHttpServer() |
private final Applications applications
private final HttpServer httpServer
public Stats(Applications applications, HttpServer httpServer) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public Applications getApplications()
public HttpServer getHttpServer()