pang.jiabao
2025-04-10 6c7c48a3aae8c15499fc087f8732c6964b857716
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}