Registry / serialization / hessian

hessian

JSON →
library4.0.66javamavenunverified

Hessian is a compact binary protocol for connecting web services.

<dependency> <groupId>com.caucho</groupId> <artifactId>hessian</artifactId> <version>4.0.66</version> </dependency>
INSTALL
IMPORT
SIG · HESSIAN
H
hessian
serializationjavav4.0.66
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HessianProxyFactory
✓ com.caucho.hessian.client.HessianProxyFactory

Create a Hessian client proxy to invoke remote service methods.

import com.caucho.hessian.client.HessianProxyFactory; String url = "http://example.com/api"; MyService service = (MyService) new HessianProxyFactory().create(MyService.class, url); service.doSomething();
Debug
Known issues
gotchaHessian is not actively maintained and may have security vulnerabilities.
fix
Consider using a more modern protocol like gRPC or JSON-RPC.
affects: *
Upgrade
Version history
4.0.66latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
Resources
hessian — mvn dependency:get hessian · libregistry