dubin
2025-08-19 16eb7723576851fb053dad0f3222cbe52f815bbf
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}