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