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