Class HttpServerMonitoringConfig
java.lang.Object
org.glassfish.grizzly.http.server.HttpServerMonitoringConfig
Grizzly web server monitoring config.
- Author:
- Alexey Stashok
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the connection monitoring config.Get the file cache monitoring config.Get the http monitoring config.Get the memory monitoring config.Get the thread pool monitoring config.Get the transport monitoring config.Get the web server monitoring config.
-
Constructor Details
-
HttpServerMonitoringConfig
public HttpServerMonitoringConfig()
-
-
Method Details
-
getMemoryConfig
Get the memory monitoring config.- Returns:
- the memory monitoring config.
-
getConnectionConfig
Get the connection monitoring config.- Returns:
- the connection monitoring config.
-
getThreadPoolConfig
Get the thread pool monitoring config.- Returns:
- the thread pool monitoring config.
-
getTransportConfig
Get the transport monitoring config.- Returns:
- the transport monitoring config.
-
getFileCacheConfig
Get the file cache monitoring config.- Returns:
- the file cache monitoring config.
-
getHttpConfig
Get the http monitoring config.- Returns:
- the http monitoring config.
-
getWebServerConfig
Get the web server monitoring config.- Returns:
- the web server monitoring config.
-