public class ManagementServer extends HttpServer
| Constructor and Description |
|---|
ManagementServer(HttpServerConfig config,
Object... routers) |
ManagementServer(String address,
Object... routers) |
| Modifier and Type | Method and Description |
|---|---|
Response |
getJmxResponse(String name,
String prop,
String attr) |
Response |
getMonitorMemResponse() |
Response |
getMonitorServerResponse() |
Response |
getMonitorShmResponse() |
Response |
getStatusResponse() |
void |
handleRequest(Request request,
HttpSession session) |
addRequestHandlers, createSession, findHandlerByHost, handleDefaultasyncExecute, getAcceptedSessions, getConnections, getKeepAlive, getQueueAvgBytes, getQueueAvgLength, getQueueMaxBytes, getQueueMaxLength, getRejectedSessions, getRequestsProcessed, getRequestsRejected, getSelectorAvgReady, getSelectorCount, getSelectorMaxReady, getSelectorOperations, getSelectorSessions, getWorkers, getWorkersActive, getWorkersUsed, incRequestsProcessed, incRequestsRejected, reconfigure, register, registerShutdownHook, reset, start, stoppublic ManagementServer(HttpServerConfig config, Object... routers) throws IOException
IOExceptionpublic ManagementServer(String address, Object... routers) throws IOException
IOExceptionpublic void handleRequest(Request request, HttpSession session) throws IOException
handleRequest in class HttpServerIOExceptionpublic Response getStatusResponse()
public Response getMonitorMemResponse()
public Response getMonitorShmResponse()
public Response getMonitorServerResponse()
Copyright © 2019. All rights reserved.