From dfe289850f068f19ba4a83ab4e7e22a7e09c13c9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:17:21 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- tdehtml/java/KJAS_GRAMMAR.txt | 82 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 tdehtml/java/KJAS_GRAMMAR.txt (limited to 'tdehtml/java/KJAS_GRAMMAR.txt') diff --git a/tdehtml/java/KJAS_GRAMMAR.txt b/tdehtml/java/KJAS_GRAMMAR.txt new file mode 100644 index 000000000..5632f8de8 --- /dev/null +++ b/tdehtml/java/KJAS_GRAMMAR.txt @@ -0,0 +1,82 @@ +This is documentation for the updated KJAS protocol. + +KJAS Grammar +=============================================================================== + +## Commands From KAppletWidget(C++) to KJAS(Java Process) + -> + -> + -> | + | + | + | + | + | + | + | + | + | + | + | + | + + + -> <1 byte equal to 1 when cast as int> + -> <1 byte equal to 2 when cast as int> + + -> <1 byte equal to 3 when cast as int> + + + + -> <1 byte equal to 4 when cast as int> + + -> <1 byte equal to 5 when cast as int> + + -> <1 byte equal to 6 when cast as int> + + -> <1 byte equal to 7 when cast as int> + + + +## Commands from KJAS(Java Process) to KAppletWidget(C++) + -> <1 byte equal to 8 when cast as int> + + -> <1 byte equal to 9 when cast as int> + + -> <1 byte equal to 10 when cast as int> + + -> <1 byte equal to 11 when cast as int> + + -> <1 byte equal to 12 when cast as int> + + -> <1 byte equal to 13 when cast as int> + + + -> <1 byte equal to 14 when cast as int> + +## basic data types + -> + -> string + -> string + -> string + -> + -> StringNum of ParamPair + -> + -> string + -> + -> + -> string (list of jarfile names) + -> string representation of integer + -> string representation of integer + -> string +<ParamName> -> string +<ParamValue> -> string +<Host> -> string (must be a valid URL) +<URL> -> string (must be a valid URL) +<targetFrame> -> string +<WindowTitle> -> string +<END> -> <SEP> +<SEP> -> Null character- 1 byte = 0 +<StringNum> -> padded string representation of integer, 8 characters long +<ClassLoaderID> -> string +<DATA> -> byte array -- cgit v1.2.1