Package fb.rt.net

Examples of fb.rt.net.Debug_CLT


    initDebugClient(localDebugHost);
  }

  public void initDebugClient(String debugHost) {
    if (debugHost != null)
      remoteClient = new Debug_CLT(debugHost, "");
    else
      remoteClient = new Debug_CLT(localDebugHost, "");
  }
View Full Code Here

TOP

Related Classes of fb.rt.net.Debug_CLT

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.