zwl
2025-05-14 1b160b340bd6fe5f34cedbd01c80b9530d530d91
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}