Package com.trulytech.mantis.socket

Examples of com.trulytech.mantis.socket.SocketServer


    }
    // 初始化后台Scoket Server
    try {
      if (HasBackgroundSocket) {
        svc = new SocketServer(MaxProcessThread, SocketPort);
        svc.start();
      }
    } catch (Exception e) {
      logWriter.Error("background socket server initialize failure -"
          + e.toString());
View Full Code Here

TOP

Related Classes of com.trulytech.mantis.socket.SocketServer

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.