mx4j.examples.tools.remote.hessian.ssl |
|
Java Source File Name | Type | Comment |
Client.java | Class | This example shows how to connect to a Hessian JMXConnectorServer over HTTPS. |
Server.java | Class | This example shows how to setup a JSR 160 connector server that uses Caucho's Hessian
protocol over HTTPS as communication protocol with the client.
MX4J's implementation requires the hessian library version 3.0.8 and
a servlet container to run. |