public interface HttpMonitorServer extends MonitorServer
HttpMonitorServer is used to offer some general HTTP service methods of Monitor Server.| Modifier and Type | Method and Description |
|---|---|
HttpUserSessionManager |
getHttpUserSessionManager()
Get a
HttpUserSessionManager reference. |
void |
setHttpUserSessionManager(HttpUserSessionManager usMan)
Set a
HttpUserSessionManager instance. |
getClusteredServers, getClusterName, getMonitorService, getMonitorSettings, getPredefinedServers, getServerStatus, getUserSessionManager, init, isCluster, isStarted, isStarted, isStarting, restart, setUserSessionManager, shutdown, start, stopServerHttpUserSessionManager getHttpUserSessionManager()
HttpUserSessionManager reference.HttpUserSessionManager.void setHttpUserSessionManager(HttpUserSessionManager usMan)
HttpUserSessionManager instance.usMan - A reference of HttpUserSessionManager.