office-gobmx/ridljar
Skyler Grey 8e246331f6 Add a FunctionBasedURPConnection and a websocket URP connector
- FunctionBasedURPConnection is used to enable a client to open a URP
  connection to a fresh Kit instance in COOL.
- This URP connector can be used with that and
  https://github.com/CollaboraOnline/online/pull/6992 to use a Java Uno
  Remote Protocol client over websockets
- For interoperability with existing Collabora Online websockets a
  prefix (urp ) is added to each message sent and a similar prefix
  (urp: ) is expected on each message recieved. This allows sending over
  the same websocket as other data is being transmitted through. If you
  are writing a bridge to work with this, you will need to add/strip the
  prefixes accordingly
- This commit uses Java WebSocket
  (https://github.com/TooTallNate/Java-WebSocket) to send data over
  websockets.

Change-Id: I2bda3d0b988bef7883f9b6829eeb5b7ae8075f27
Signed-off-by: Skyler Grey <skyler.grey@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151171
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2023-09-01 16:55:37 +02:00
..
com/sun/star Add a FunctionBasedURPConnection and a websocket URP connector 2023-09-01 16:55:37 +02:00
source Add a FunctionBasedURPConnection and a websocket URP connector 2023-09-01 16:55:37 +02:00
test/com/sun/star
util Add a FunctionBasedURPConnection and a websocket URP connector 2023-09-01 16:55:37 +02:00
BUCK
CustomTarget_javamaker.mk
CustomTarget_test_urp.mk GBUILD_TRACE, support for finding out where the build time is spent 2020-02-16 14:49:45 +01:00
InternalUnoApi_test_urp.mk
Jar_libreoffice.mk Add a FunctionBasedURPConnection and a websocket URP connector 2023-09-01 16:55:37 +02:00
Jar_ridl.mk Move all public Java classes to libreoffice.jar 2020-05-06 14:48:21 +02:00
Jar_unoloader.mk
JunitTest_bridgefactory.mk Move all public Java classes to libreoffice.jar 2020-05-06 14:48:21 +02:00
JunitTest_connections.mk Move all public Java classes to libreoffice.jar 2020-05-06 14:48:21 +02:00
JunitTest_java.mk Move all public Java classes to libreoffice.jar 2020-05-06 14:48:21 +02:00
JunitTest_java_remote.mk
JunitTest_remote.mk
JunitTest_typedesc.mk Move all public Java classes to libreoffice.jar 2020-05-06 14:48:21 +02:00
JunitTest_uno.mk Move all public Java classes to libreoffice.jar 2020-05-06 14:48:21 +02:00
JunitTest_urp.mk
JunitTest_util.mk
Makefile
Module_ridljar.mk Move all public Java classes to libreoffice.jar 2020-05-06 14:48:21 +02:00
pom.libreoffice.xml add pom for libreoffice.jar 2020-05-07 22:10:48 +02:00
pom.ridl.xml add dependency to juh,jurt,ridl,unoil poms 2020-08-05 23:23:22 +02:00
pom.unoloader.xml
README.md Updated README.md files to represent current code / use Markdown format 2021-04-07 17:47:16 +02:00

Java UNO Types Generator

Implements types for the Java UNO typesystem.