use engine.io-client.java 0.2.0
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.github.nkzawa</groupId>
|
<groupId>com.github.nkzawa</groupId>
|
||||||
<artifactId>socket.io-client</artifactId>
|
<artifactId>socket.io-client</artifactId>
|
||||||
<version>0.1.1-SNAPSHOT</version>
|
<version>0.1.0-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>socket.io-client</name>
|
<name>socket.io-client</name>
|
||||||
<description>Socket.IO Client Library for Java</description>
|
<description>Socket.IO Client Library for Java</description>
|
||||||
@@ -57,7 +57,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.nkzawa</groupId>
|
<groupId>com.github.nkzawa</groupId>
|
||||||
<artifactId>engine.io-client</artifactId>
|
<artifactId>engine.io-client</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.json</groupId>
|
<groupId>org.json</groupId>
|
||||||
|
|||||||
@@ -480,17 +480,5 @@ public class Manager extends Emitter {
|
|||||||
Engine(URI uri, Options opts) {
|
Engine(URI uri, Options opts) {
|
||||||
super(uri, opts);
|
super(uri, opts);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public void onopen() {}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void onmessage(String s) {}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void onclose() {}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void onerror(Exception err) {}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"socket.io": "LearnBoost/socket.io",
|
"socket.io": "1.0.0-pre2"
|
||||||
"engine.io-parser": "nkzawa/engine.io-parser#patch-0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user