#
zjj
2024-03-04 899e90217fc363fa921bc846dbf6ec44f606c0c4
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}