Uses of Class
com.openinventor.remoteviz.rendering.Connection
Packages that use Connection
-
Uses of Connection in com.openinventor.remoteviz.rendering
Methods in com.openinventor.remoteviz.rendering that return ConnectionModifier and TypeMethodDescriptionClient.getConnection(int index) Gets aConnectionof the client.Client.getConnection(String id) Gets aConnectionof the client.RenderArea.getConnection(int index) Gets an existingConnectionto the renderArea.RenderArea.getConnection(String id) Gets an existingConnectionto the renderArea.Methods in com.openinventor.remoteviz.rendering with parameters of type ConnectionModifier and TypeMethodDescriptionvoidRenderAreaListener.onInitializedConnection(RenderArea renderArea, Connection sender, FrameEncoders frameEncoders) Triggered when the connection and the frame encoders are initialized successfully.booleanRenderAreaListener.onKeyDown(RenderArea renderArea, Connection sender, int x, int y, SoKeyboardEvent.Keys key) Triggered when a KeyDown event is received from the client.booleanRenderAreaListener.onKeyUp(RenderArea renderArea, Connection sender, int x, int y, SoKeyboardEvent.Keys key) Triggered when a KeyUp event is received from the client.voidMetricsListener.onMeasuredDecodingTime(int time, Connection connection) Triggered when a new measure of frame decoding time is available.voidMetricsListener.onMeasuredEncodingTime(int time, Connection connection) Triggered when a new measure of frame encoding time is available.booleanRenderAreaListener.onMouseDoubleClick(RenderArea renderArea, Connection sender, int x, int y, SoMouseButtonEvent.Buttons button) Triggered when a MouseDoubleClick event is received from the client.booleanRenderAreaListener.onMouseDown(RenderArea renderArea, Connection sender, int x, int y, SoMouseButtonEvent.Buttons button) Triggered when a MouseDown event is received from the client.booleanRenderAreaListener.onMouseEnter(RenderArea renderArea, Connection sender, int x, int y) Triggered when a MouseEnter event is received from the client.booleanRenderAreaListener.onMouseLeave(RenderArea renderArea, Connection sender, int x, int y) Triggered when a MouseLeave event is received from the client.booleanRenderAreaListener.onMouseMove(RenderArea renderArea, Connection sender, int x, int y) Triggered when a MouseMove event is received from the client.booleanRenderAreaListener.onMouseUp(RenderArea renderArea, Connection sender, int x, int y, SoMouseButtonEvent.Buttons button) Triggered when a MouseUp event is received from the client.booleanRenderAreaListener.onMouseWheel(RenderArea renderArea, Connection sender, int x, int y, int delta) Triggered when a mouse wheel event (rotatation) is received from the client.voidRenderAreaListener.onOpenedConnection(RenderArea renderArea, Connection connection, FrameEncoders frameEncoders) Triggered when a client connects to theRenderArea.voidRenderAreaListener.onReceivedMessage(RenderArea renderArea, Connection sender, String message) Triggered when a text message is received from a client.voidRenderAreaListener.onReceivedMessage(RenderArea renderArea, Connection sender, Collection<Byte> buffer) Triggered when a binary message is received from a client.voidRenderAreaListener.onRefusedEncoder(RenderArea renderArea, Connection sender, FrameEncoders encoders) Triggered when a frame encoder cannot be initialized.booleanRenderAreaListener.onRequestedFrame(RenderArea renderArea, Connection sender, SbRasterImage rasterImage) Triggered when a new frame is requested by a connection.voidRenderAreaListener.onRequestedSize(RenderArea renderArea, Connection sender, int width, int height) Triggered when a client requests a new renderArea size.RenderAreaListener.onSendingFrame(RenderArea renderArea, Connection sender) Triggered before sending a frame to the client.booleanRenderAreaListener.onTouchEnd(RenderArea renderArea, Connection sender, int id, int x, int y) Triggered when a TouchEnd event is received from the client.booleanRenderAreaListener.onTouchMove(RenderArea renderArea, Connection sender, int id, int x, int y) Triggered when a TouchMove event is received from the client.booleanRenderAreaListener.onTouchStart(RenderArea renderArea, Connection sender, int id, int x, int y) Triggered when a TouchStart event is received from the client.voidIFrameEncodingPolicy.update(Connection connection) Update value of the FPS and frame quality.Method parameters in com.openinventor.remoteviz.rendering with type arguments of type ConnectionModifier and TypeMethodDescriptionbooleanClient.sendMessage(String message, Collection<Connection> excludedConnections) Sends a text message to all the connections of the client.booleanRenderArea.sendMessage(String message, Collection<Connection> excludedConnections) Sends a text message to the renderArea connections.