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 aClientfrom index.Gets aClientfrom id.Methods in com.openinventor.remoteviz.rendering with parameters of type ClientModifier and TypeMethodDescriptionvoidServiceListener.onInitializedClient(Client client, NetworkPerformance networkPerformance) Triggered when a client is initialized.voidMetricsListener.onMeasuredNetworkLatency(int time, Client client) Triggered when a new measure of network latency is available.booleanServiceListener.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.booleanServiceListener.onPendingShareRenderArea(RenderArea renderArea, Client client, ConnectionParameters parameters) Triggered when a connection is pending and the requested renderArea exists.