#
lsh
2025-01-07 71e8276010f2c78a428acc08750075461a4c2729
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}