Junjie
2023-11-30 f8c14df2d6ceb57d1e8a389b62d6996d90a073fd
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}