@ -22,8 +22,7 @@ import com.corundumstudio.socketio.parser.Packet;
/**
* SocketIO client abstraction.
* All implementations are thread-safe.
* Thread-safe SocketIO client.
*
*/
public interface SocketIOClient extends ClientOperations {
@ -17,7 +17,7 @@ package com.corundumstudio.socketio.parser;
import java.util.List;
public class Event {
class Event {
private String name;
private List<?> args;
@ -15,7 +15,7 @@
package com.corundumstudio.socketio.parser;
public class JsonObject {
class JsonObject {
private final Object object;