| Package | Description | 
|---|---|
| com.openinventor.remoteviz.rendering | 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Client | 
Connection.getClient()
Gets the id of the client associated with the connection. 
 | 
Client | 
Service.getClient(int index)
Gets a  
Client from index. | 
Client | 
Service.getClient(java.lang.String id)
Gets a  
Client from id. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ServiceListener.onInitializedClient(Client client,
                   NetworkPerformance networkPerformance)
Triggered when a client is initialized. 
 | 
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. 
 | 
Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com