Package com.dianping.cat.message.spi.core

Examples of com.dianping.cat.message.spi.core.TcpSocketReceiver$DecodeMessageTask


  @Override
  protected void setup(ModuleContext ctx) throws Exception {
    File serverConfigFile = ctx.getAttribute("cat-server-config-file");
    ServerConfigManager serverConfigManager = ctx.lookup(ServerConfigManager.class);
    TcpSocketReceiver messageReceiver = ctx.lookup(TcpSocketReceiver.class);

    serverConfigManager.initialize(serverConfigFile);
    messageReceiver.init();
  }
View Full Code Here

TOP

Related Classes of com.dianping.cat.message.spi.core.TcpSocketReceiver$DecodeMessageTask

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.