*
L
2025-07-18 ebe021c1038f16cadb24337aa8dcf08f33b93d6c
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}