Uses of Class
com.openinventor.remoteviz.rendering.Client
Packages that use Client
-
Uses of Client in com.openinventor.remoteviz.rendering
Methods in com.openinventor.remoteviz.rendering that return ClientModifier and TypeMethodDescriptionConnection.getClient()
Gets the client associated with this connection.Service.getClient
(int index) Gets aClient
from index.Gets aClient
from id.Methods in com.openinventor.remoteviz.rendering with parameters of type ClientModifier and TypeMethodDescriptionvoid
ServiceListener.onInitializedClient
(Client client, NetworkPerformance networkPerformance) Triggered when a client is initialized.void
MetricsListener.onMeasuredNetworkLatency
(int time, Client client) Triggered when a new measure of network latency is available.boolean
ServiceListener.onPendingCreateRenderArea
(String renderAreaId, int[] size, RenderAreaHardware renderAreaHardware, Client client, ConnectionParameters parameters) Triggered when a connection is pending and the requested renderArea does not exist.\n\n Default behavior : accept the connection by returning true.boolean
ServiceListener.onPendingShareRenderArea
(RenderArea renderArea, Client client, ConnectionParameters parameters) Triggered when a connection is pending and the requested renderArea exists.