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 aConnection
of the client.Client.getConnection
(String id) Gets aConnection
of the client.RenderArea.getConnection
(int index) Gets an existingConnection
to the renderArea.RenderArea.getConnection
(String id) Gets an existingConnection
to the renderArea.Methods in com.openinventor.remoteviz.rendering with parameters of type ConnectionModifier and TypeMethodDescriptionvoid
RenderAreaListener.onInitializedConnection
(RenderArea renderArea, Connection sender, FrameEncoders frameEncoders) Triggered when the connection and the frame encoders are initialized successfully.boolean
RenderAreaListener.onKeyDown
(RenderArea renderArea, Connection sender, int x, int y, SoKeyboardEvent.Keys key) Triggered when a KeyDown event is received from the client.boolean
RenderAreaListener.onKeyUp
(RenderArea renderArea, Connection sender, int x, int y, SoKeyboardEvent.Keys key) Triggered when a KeyUp event is received from the client.void
MetricsListener.onMeasuredDecodingTime
(int time, Connection connection) Triggered when a new measure of frame decoding time is available.void
MetricsListener.onMeasuredEncodingTime
(int time, Connection connection) Triggered when a new measure of frame encoding time is available.boolean
RenderAreaListener.onMouseDoubleClick
(RenderArea renderArea, Connection sender, int x, int y, SoMouseButtonEvent.Buttons button) Triggered when a MouseDoubleClick event is received from the client.boolean
RenderAreaListener.onMouseDown
(RenderArea renderArea, Connection sender, int x, int y, SoMouseButtonEvent.Buttons button) Triggered when a MouseDown event is received from the client.boolean
RenderAreaListener.onMouseEnter
(RenderArea renderArea, Connection sender, int x, int y) Triggered when a MouseEnter event is received from the client.boolean
RenderAreaListener.onMouseLeave
(RenderArea renderArea, Connection sender, int x, int y) Triggered when a MouseLeave event is received from the client.boolean
RenderAreaListener.onMouseMove
(RenderArea renderArea, Connection sender, int x, int y) Triggered when a MouseMove event is received from the client.boolean
RenderAreaListener.onMouseUp
(RenderArea renderArea, Connection sender, int x, int y, SoMouseButtonEvent.Buttons button) Triggered when a MouseUp event is received from the client.boolean
RenderAreaListener.onMouseWheel
(RenderArea renderArea, Connection sender, int x, int y, int delta) Triggered when a mouse wheel event (rotatation) is received from the client.void
RenderAreaListener.onOpenedConnection
(RenderArea renderArea, Connection connection, FrameEncoders frameEncoders) Triggered when a client connects to theRenderArea
.void
RenderAreaListener.onReceivedMessage
(RenderArea renderArea, Connection sender, String message) Triggered when a text message is received from a client.void
RenderAreaListener.onReceivedMessage
(RenderArea renderArea, Connection sender, Collection<Byte> buffer) Triggered when a binary message is received from a client.void
RenderAreaListener.onRefusedEncoder
(RenderArea renderArea, Connection sender, FrameEncoders encoders) Triggered when a frame encoder cannot be initialized.boolean
RenderAreaListener.onRequestedFrame
(RenderArea renderArea, Connection sender, SbRasterImage rasterImage) Triggered when a new frame is requested by a connection.void
RenderAreaListener.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.boolean
RenderAreaListener.onTouchEnd
(RenderArea renderArea, Connection sender, int id, int x, int y) Triggered when a TouchEnd event is received from the client.boolean
RenderAreaListener.onTouchMove
(RenderArea renderArea, Connection sender, int id, int x, int y) Triggered when a TouchMove event is received from the client.boolean
RenderAreaListener.onTouchStart
(RenderArea renderArea, Connection sender, int id, int x, int y) Triggered when a TouchStart event is received from the client.void
IFrameEncodingPolicy.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 TypeMethodDescriptionboolean
Client.sendMessage
(String message, Collection<Connection> excludedConnections) Sends a text message to all the connections of the client.boolean
RenderArea.sendMessage
(String message, Collection<Connection> excludedConnections) Sends a text message to the renderArea connections.