Packages

p

io.scalajs.npm

socketio

package socketio

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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()
  2. class Request extends Object

    Created by ldaniels on 1/1/17.

    Created by ldaniels on 1/1/17.

    Annotations
    @RawJSType() @native()
  3. 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()
  4. 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

  5. class SocketOptions extends Object

    Client Socket Options

    Client Socket Options

    Annotations
    @RawJSType() @ScalaJSDefined()

Value Members

  1. object Socket

    Socket Companion

  2. object SocketIOClient extends Object with SocketIOClient

    Socket.io-client Singleton

    Socket.io-client Singleton

    Annotations
    @native() @JSImport( "socket.io-client" , JSImport.Namespace )

Ungrouped