Package one.nio.mgt

Class ManagementServer

    • Constructor Detail

      • ManagementServer

        public ManagementServer​(HttpServerConfig config,
                                java.lang.Object... routers)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • ManagementServer

        public ManagementServer​(java.lang.String address,
                                java.lang.Object... routers)
                         throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • createConfigFromAddress

        private static HttpServerConfig createConfigFromAddress​(java.lang.String address)
      • getStatusResponse

        public Response getStatusResponse()
      • getMonitorMemResponse

        public Response getMonitorMemResponse()
      • getMonitorShmResponse

        public Response getMonitorShmResponse()
      • getMonitorServerResponse

        public Response getMonitorServerResponse()
      • getJmxResponse

        public Response getJmxResponse​(java.lang.String name,
                                       java.lang.String prop,
                                       java.lang.String attr)