1

I can't find javadoc for Hessian lib. I want to know how to configure and full usage of Hessian client.

ii2
  • 13
  • 2

1 Answers1

0

The documentation is at hessian.caucho.com, but Hessian's not commonly used any more, it seems to have withered on the vine.

You could have a look at Spring's Hessian client support, either to use it, or to give you an idea of how to use the Hessian API. This, at least, is well-documented.

skaffman
  • 398,947
  • 96
  • 818
  • 769
  • only specification of protocol and the very simple usage example – ii2 Jan 14 '11 at 17:44
  • @ii2: It wouldn't been helpful if you'd mentioned that to begin with. Anyway, see edited answer. – skaffman Jan 14 '11 at 17:49
  • thanks, indeed I'm going to use Hessian Client with Spring 3. and I found there setReadTimeOut() method which I was searching. – ii2 Jan 14 '11 at 18:17