#
lsh
2024-12-28 02e177602212dcf490f80e0c9e869846e02c4d20
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}