Uses of Class
io.socket.client.Socket
-
Uses of Socket in io.socket.client
Modifier and TypeMethodDescriptionSocket.close()
Disconnects the socket.Socket.connect()
Connects the socket.Socket.disconnect()
Disconnects the socket.Socket.offAnyIncoming()
Socket.offAnyIncoming
(io.socket.emitter.Emitter.Listener fn) Socket.offAnyOutgoing()
Socket.offAnyOutgoing
(io.socket.emitter.Emitter.Listener fn) Socket.onAnyIncoming
(io.socket.emitter.Emitter.Listener fn) Socket.onAnyOutgoing
(io.socket.emitter.Emitter.Listener fn) Socket.open()
Connects the socket.Send messages.static Socket
static Socket
IO.socket
(String uri, IO.Options opts) static Socket
static Socket
IO.socket
(URI uri, IO.Options opts) Manager.socket
(String nsp, Manager.Options opts) InitializesSocket
instances for each namespaces.