pang.jiabao
2024-07-08 493bf8ea2cc50fc437057ba68159a5a6618e5c9b
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}