All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bottle.tcps.p.FtcTcpAioManager Maven / Gradle / Ivy

package bottle.tcps.p;

import java.util.List;

/**
 * Created by user on 2017/11/22.
 */
public interface FtcTcpAioManager {

    /**获取FTC TCP 管理对象*/
    FtcTcpAioManager getFtcTcpManager();
    //服务端相关
    List getCurrentClientList();
    //服务端相关
    int getCurrentClientSize();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy