Package com.taobao.top.analysis.node.monitor

Examples of com.taobao.top.analysis.node.monitor.NHttpServer


    this.monitor = monitor;
  }

  @Override
  public void init() throws AnalysisException {
    httpServer = new NHttpServer();
    httpServer.setConfig(config);
    jobManager.setMasterNode(this);
    jobManager.setConfig(config);
    masterConnector.setMasterNode(this);
    masterConnector.setConfig(config);
View Full Code Here

TOP

Related Classes of com.taobao.top.analysis.node.monitor.NHttpServer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.