*
lsh
2025-03-20 3c3779a57590280ef32ca2e4a96f148b438bc6ef
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}