Expand description
Defines client only structs
Structs§
- Client
- Client
Builder - A builder class for a
socket.iosocket. This handles setting up the client and configuring the callback, the namespace and metadata of the socket. If no namespace is specified, the default namespace/is taken. Theconnectmethod acts thebuildmethod and returns a connectedClient. - RawClient
- A socket which handles communication with the server. It’s initialized with
a specific address as well as an optional namespace to connect to. If
Noneis given the server will connect to the default namespace"/".
Enums§
- Transport
Type - Flavor of Engine.IO transport.