*
lsh
2024-10-23 d14e024c23bb32162725af7cb5405cbd97b575f0
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}