Package cn.com.zjtelecom.smgp.server.sample.config

Examples of cn.com.zjtelecom.smgp.server.sample.config.ServerAccountConfFromFile


  }

  public static void main(String[] args) {
    try {
      accountconfig = new ServerAccountConfFromFile();
    } catch (IOException e) {
      // TODO Auto-generated catch block
      e.printStackTrace();
    }
    server sv = new server(8890);
View Full Code Here

TOP

Related Classes of cn.com.zjtelecom.smgp.server.sample.config.ServerAccountConfFromFile

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.