*
L
2025-07-13 507397970e1186f9b7c10c8252168ebc7fb7b38b
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}