From dd1ba9ad320e297f1acf1027604a368f1ddbde6c Mon Sep 17 00:00:00 2001 From: Constantin Date: Mon, 14 Jun 2010 11:27:05 +0200 Subject: changed build system of java/ folder from makefile to ant (big compilation time improvement) --- java/src/rasj/rasj-protocol.html | 109 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 java/src/rasj/rasj-protocol.html (limited to 'java/src/rasj/rasj-protocol.html') diff --git a/java/src/rasj/rasj-protocol.html b/java/src/rasj/rasj-protocol.html new file mode 100644 index 0000000..eea7bf9 --- /dev/null +++ b/java/src/rasj/rasj-protocol.html @@ -0,0 +1,109 @@ +

rasdaman c/s protocol

+(taken from rasdaman/java/rasj/clientcomm/RasHttpRequest.java) +

+ +Request structure

+ +

+ +Result formats / internal representation:

+ -- cgit