Server#adapter(v:Adapter):Server Sets the adapter v. Defaults to an instance of the Adapter that ships with socket
Server#origins(v:String):Server Sets the allowed origins v. Defaults to any origins being allowed. If
Server#use See Namespace#use below.
Socket#emit(name:String[, …]):Socket Emits an event to the socket identified by the string name. Any other parameters can be included
Server#attach(srv:http#Server, opts:Object):Server Attaches the Server to an engine.io instance on srv with the supplied
Server#bind(srv:engine#Server):Server Advanced use only. Binds the server to a specific engine.io Server (or compatible API) instance
Server#sockets:Namespace The default (/) namespace.
Socket#rooms:Array A list of strings identifying the rooms this socket is in.
Client The Client class represents an incoming transport (engine.io) connection. A Client can be associated with many
Socket#request:Request A getter proxy that returns the reference to the request that originated the underlying engine.io Client
Page 2 of 4