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