HandlerSocket-Plugin-for-MySQL icon indicating copy to clipboard operation
HandlerSocket-Plugin-for-MySQL copied to clipboard

java client

Open bravet opened this issue 14 years ago • 10 comments

please provide a java client to handlersocket or else create a english protocol doc please.

bravet avatar Oct 22 '10 02:10 bravet

yes, english protocol doc would be nice.

nijikon avatar Oct 22 '10 08:10 nijikon

I'll write a english protocol document soon.

ahiguti avatar Oct 22 '10 23:10 ahiguti

Was a bout to request for the protocol docs. Thanks in advance ahiguti!

dyu avatar Oct 23 '10 06:10 dyu

A protocol document is now available.

ahiguti avatar Oct 25 '10 13:10 ahiguti

Thanks!

nijikon avatar Oct 25 '10 13:10 nijikon

thx a lot

bravet avatar Oct 26 '10 04:10 bravet

I found a java client library. http://code.google.com/p/handlersocketforjava/

ahiguti avatar Oct 27 '10 06:10 ahiguti

I have developed a java client for handlersocket http://code.google.com/p/hs4j/

whether you can add it to README client lists?thanks.

killme2008 avatar Nov 28 '10 13:11 killme2008

Thanks a lot. I've added hs4j to README.

ahiguti avatar Nov 28 '10 17:11 ahiguti

よしのりさん、I have added a hs client for scala, although it's still under development and in beta, but it can work now. will you add it to the client list? https://github.com/fujohnwang/hs2client

BTW. when I tried to decode the result, I found I can't decode columns with special characters like tab or LF, it seems that HS server side doesn't encode the \t properly, in that way, I can only allow the last column to have special characters, I don't know whether I miss something or not, look forward to your reply on this :-)

fujohnwang avatar Dec 06 '10 10:12 fujohnwang