- Client()
- Client.provide()
- Client.load()
- Client.discover()
- Client.process()
- Client.connect()
- Client._getSessionId()
- Client._setSessionId()
Prism Client
Provide details of a service running on the server (saves needing to discover)
Load all services in from an Array
Discover which services are available and download the client-side code from the server.
Process an incoming message string
Attempt to connect. When successful, transmit sessionId
Attempt to get session ID from cookie
Set new session ID cookie