#
tqs
2022-10-31 c5fb7fe6010aa53345e44ad2d69552bf52d868fd
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}