ytfl
4 天以前 04806e6ef049cd644023731fd48202d36355375b
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}