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