野心家
2023-02-28 fdaf8bbbee65cf44f0fc477e804d5defee863a90
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}