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 ConnectionParameters
Connection. getParameters()
Gets the connection parameters.Methods in com.openinventor.remoteviz.rendering with parameters of type ConnectionParameters Modifier and Type Method Description void
ServiceListener. onMissingLicense(java.lang.String renderAreaId, ConnectionParameters parameters)
Deprecated.As of Open Inventor 10900.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.
-