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