package socketio
- Alphabetic
- Public
- All
Type Members
-
class
Client
extends Object
The Client class represents an incoming transport (engine.io) connection.
The Client class represents an incoming transport (engine.io) connection. A Client can be associated with many multiplexed Sockets that belong to different Namespaces.
- Annotations
- @RawJSType() @native()
-
class
Request
extends Object
Created by ldaniels on 1/1/17.
Created by ldaniels on 1/1/17.
- Annotations
- @RawJSType() @native()
-
class
Socket
extends Object with IEventEmitter
A Socket is the fundamental class for interacting with browser clients.
A Socket is the fundamental class for interacting with browser clients. A Socket belongs to a certain Namespace (by default /) and uses an underlying Client to communicate.
It should be noted the Socket doesn't relate directly to the actual underlying TCP/IP socket and it is only the name of the class.
- Annotations
- @RawJSType() @native()
-
trait
SocketIOClient
extends Object
Socket.io-client
Socket.io-client
- Annotations
- @RawJSType() @native()
- Version
1.7.2
- See also
https://www.npmjs.com/package/socket.io-client
-
class
SocketOptions
extends Object
Client Socket Options
Client Socket Options
- Annotations
- @RawJSType() @ScalaJSDefined()
Value Members
-
object
Socket
Socket Companion
-
object
SocketIOClient
extends Object with SocketIOClient
Socket.io-client Singleton
Socket.io-client Singleton
- Annotations
- @native() @JSImport( "socket.io-client" , JSImport.Namespace )