Socket#leave(name:String[, fn:Function]):Socket Removes the socket from room, and fires optionally a callback fn with
Socket#to(room:String):Socket
Socket#request:Request A getter proxy that returns the reference to the request that originated the underlying engine.io Client
Socket#in(room:String):Socket Sets a modifier for a subsequent event emission that the event will only be broadcasted to sockets that
Client The Client class represents an incoming transport (engine.io) connection. A Client can be associated with many
Namespace#connected:Object Hash of Socket objects that are connected to this namespace indexed by id.
Namespace#use(fn:Function):Namespace Registers a middleware, which is a function that gets executed for every incoming Socket and
Client#conn A reference to the underlying engine.io Socket connection.
Socket#join(name:String[, fn:Function]):Socket Adds the socket to the room, and fires optionally a callback fn with
Server#onconnection(socket:engine#Socket):Server Advanced use only. Creates a new socket.io client from the incoming engine.io
Page 3 of 4