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