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