#
cp
2024-01-17 8cfff21c088c7d1f3459392f3d12fb2ff845b1aa
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}