#
zjj
2025-05-09 a5011461e6c32c6c33dff9bfaf8389d0ca2fa997
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}