move EventThread

This commit is contained in:
Naoyuki Kanezawa
2014-03-25 23:33:58 +09:00
parent 9d6751d6b4
commit 808ad8c4f1
8 changed files with 9 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ import com.github.nkzawa.emitter.Emitter;
import com.github.nkzawa.engineio.client.transports.Polling;
import com.github.nkzawa.engineio.client.transports.WebSocket;
import com.github.nkzawa.engineio.parser.HandshakeData;
import com.github.nkzawa.thread.EventThread;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;