lty
2025-08-11 2c3e7ada714806b093be9147c715c3c232f5591b
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}