Junjie
20 小时以前 cbfb46f6fc3ed2a09540e4feb7fdb6b51b26d009
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler extends Runnable {
 
    boolean connect();
 
    void close();
 
}