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