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