A C D E F G I L N O P Q R S T U W X

S

send(SocketIO, IOAcknowledge, String) - Method in class io.socket.IOConnection
sends a String message from SocketIO to the IOTransport.
send(SocketIO, IOAcknowledge, JSONObject) - Method in class io.socket.IOConnection
sends a JSON message from SocketIO to the IOTransport.
send(String) - Method in interface io.socket.IOTransport
Instructs the IOTransport to send a Message
send(JSONObject) - Method in class io.socket.SocketIO
Send JSON data to the Socket.io server.
send(IOAcknowledge, JSONObject) - Method in class io.socket.SocketIO
Send JSON data to the Socket.io server.
send(String) - Method in class io.socket.SocketIO
Send String data to the Socket.io server.
send(IOAcknowledge, String) - Method in class io.socket.SocketIO
Send JSON data to the Socket.io server.
send(String) - Method in class io.socket.WebsocketTransport
 
send(String) - Method in class io.socket.XhrTransport
 
sendBulk(String[]) - Method in interface io.socket.IOTransport
Instructs the IOTransport to send multiple messages.
sendBulk(String[]) - Method in class io.socket.WebsocketTransport
 
sendBulk(String[]) - Method in class io.socket.XhrTransport
 
setHeaders(Properties) - Method in class io.socket.SocketIO
Sets the headers used while handshaking.
setId(String) - Method in class io.socket.IOMessage
Sets the id of this IOMessage
SOCKET_IO_1 - Static variable in class io.socket.IOConnection
Socket.io path.
SocketIO - Class in io.socket
The Class SocketIO.
SocketIO() - Constructor for class io.socket.SocketIO
Instantiates a new socket.io connection.
SocketIO(String) - Constructor for class io.socket.SocketIO
Instantiates a new socket.io connection.
SocketIO(String, Properties) - Constructor for class io.socket.SocketIO
Instantiates a new socket.io connection and sets the request headers used while connecting the first time for authorizing.
SocketIO(String, IOCallback) - Constructor for class io.socket.SocketIO
Instantiates a new socket.io object and connects to the given url.
SocketIO(URL, IOCallback) - Constructor for class io.socket.SocketIO
Instantiates a new socket.io object and connects to the given url.
SocketIO(URL) - Constructor for class io.socket.SocketIO
Instantiates a new socket.io connection.
SocketIOException - Exception in io.socket
The Class SocketIOException.
SocketIOException(String) - Constructor for exception io.socket.SocketIOException
Instantiates a new SocketIOException.
SocketIOException(String, Exception) - Constructor for exception io.socket.SocketIOException
Instantiates a new SocketIOException.

A C D E F G I L N O P Q R S T U W X