1
zhang
2025-08-19 afc12f9bbd372b55a4539c1fc40b17dbd5949cb1
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler extends Runnable {
 
    boolean connect();
 
    void close();
 
}