Package com.kyleduo.icomet

Examples of com.kyleduo.icomet.ICometConf


  private static ICometClient mClient;

  public static void main(String args[]) {
    mClient = ICometClient.getInstance();
    ICometConf conf = new ICometConf();
    conf.host = "127.0.0.1";
    conf.port = "8100";
    conf.url = "stream";
    conf.iConnCallback = new MyConnCallback();
    conf.iCometCallback = new MyCometCallback();
View Full Code Here

TOP

Related Classes of com.kyleduo.icomet.ICometConf

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.