Uses of Class
io.socket.client.Socket
Packages that use Socket
- 
Uses of Socket in io.socket.clientMethods in io.socket.client that return SocketModifier 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 Socketstatic SocketIO.socket(String uri, IO.Options opts) static Socketstatic SocketIO.socket(URI uri, IO.Options opts) Manager.socket(String nsp, Manager.Options opts) InitializesSocketinstances for each namespaces.