Uses of Class
com.openinventor.remoteviz.rendering.Client
-
Packages that use Client Package Description com.openinventor.remoteviz.rendering Table of Contents -
-
Uses of Client in com.openinventor.remoteviz.rendering
Methods in com.openinventor.remoteviz.rendering that return Client Modifier and Type Method Description Client
Connection. getClient()
Gets the client associated with this connection.Client
Service. getClient(int index)
Gets aClient
from index.Client
Service. getClient(java.lang.String id)
Gets aClient
from id.Methods in com.openinventor.remoteviz.rendering with parameters of type Client Modifier and Type Method Description void
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(java.lang.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.
-