Junjie
昨天 9ea4fda8bd24942bedd72de72c2983cbaed6af65
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler extends Runnable {
 
    boolean connect();
 
    void close();
 
}