Examples of IpConvertManager


Examples of com.dianping.cat.consumer.cross.IpConvertManager

  @Test
  public void test() throws Exception {
    CrossAnalyzer analyzer = new CrossAnalyzer();

    analyzer.setIpConvertManager(new IpConvertManager());
    analyzer.setServerConfigManager(new ServerConfigManager());
    analyzer.setReportManager(new MockCrossReportManager());

    MessageTree tree = buildMessage();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.