#
lsh
2024-05-17 f84127457cf5ebacb0af4b4a4667846b23312a19
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}