Package net.solosky.maplefetion.net.mina

Examples of net.solosky.maplefetion.net.mina.MinaTransferFactory


    this.reader = new BufferedReader(new InputStreamReader(System.in));
    this.writer = new BufferedWriter(new OutputStreamWriter(System.out));
    this.sharedTimer = new SharedTimer();
    this.shareExecutor = new SharedExecutor();
    this.clientList = new ArrayList<FetionClient>();
    this.transferFactory = new MinaTransferFactory(Executors.newCachedThreadPool());
  }
View Full Code Here

TOP

Related Classes of net.solosky.maplefetion.net.mina.MinaTransferFactory

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.