Uses of Class
com.openinventor.remoteviz.rendering.ConnectionParameters
-
Packages that use ConnectionParameters Package Description com.openinventor.remoteviz.rendering Table of Contents -
-
Uses of ConnectionParameters in com.openinventor.remoteviz.rendering
Methods in com.openinventor.remoteviz.rendering that return ConnectionParameters Modifier and Type Method Description ConnectionParametersConnection. getParameters()Gets the connection parameters.Methods in com.openinventor.remoteviz.rendering with parameters of type ConnectionParameters Modifier and Type Method Description voidServiceListener. onMissingLicense(java.lang.String renderAreaId, ConnectionParameters parameters)Deprecated.As of Open Inventor 10900.booleanServiceListener. 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.booleanServiceListener. onPendingShareRenderArea(RenderArea renderArea, Client client, ConnectionParameters parameters)Triggered when a connection is pending and the requested renderArea exists.
-