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