#
ytfl
2025-07-18 0ed16b3a5acb9d45cc3a88c14202584914ceaf3f
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}