Uses of Class
eu.ill.webx.relay.WebXClient
Packages that use WebXClient
-
Uses of WebXClient in eu.ill.webx.relay
Methods in eu.ill.webx.relay that return WebXClientModifier and TypeMethodDescriptionWebXSession.createClient(ClientIdentifier clientIdentifier) Creates a new WebXClient object with a unique Client Identifier and adds it to the clients list.WebXHost.onClientConnection(WebXClientConfiguration clientConfiguration) Called when a client connects.Methods in eu.ill.webx.relay with parameters of type WebXClientModifier and TypeMethodDescriptionvoidWebXHost.onClientDisconnected(WebXClient client) Called when a client disconnects.voidWebXSession.onClientDisconnected(WebXClient client) Called when a client disconnects.