ZY
2025-04-07 406c973b4c10643567bcd8f10ff00eb9f781f3c3
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}