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