123
ZY
2025-05-10 d9c906634caef1128f0976b346c676f5c97032d6
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}