#
1
3 天以前 8201281992c1fe2968e6a9f7c87c5184c8c1c804
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}