jsonrpc4j
jsonrpc4j copied to clipboard
JSON-RPC for Java
Hi. My application is using jsonrpc4j `0.28`. It is very old code. I need customize rpc code. but `0.28` is old version. so not exists release. It's possible download `0.28`?
The following tests show the Obvious improvement. version | qps -- | -- 1.2.0 | 3849.25 1.4.0 | 3812.14 1.4.3 | 3758.22 1.4.4 | 3801.96 1.4.6 | 13539.81 1.5.1 |...
Parameters cannot use empty arrays and empty sets
Greetings! Any plans about adding custom HTTP transport support for JsonRpcHttpClient? Tell me if I wrong but as I uinderstand, it uses HttpUrlConnection and there is no way to switch...
Currently we can use RequestIDGenerator override id generator logic. It's String generateID(); JSON-RPC 2.0 Specification identity the id can be a String, Number, or NULL. ``` id An identifier established...
I use this project very long time. But ,today, my client need 'configs' in data-binary, not support 'params', please update it.
The type of request param id is string.But my server's request parma id is integer.how can i do?
I use StreamServer with JsonRpcServer at server side. When the client closes the connection, I got unnecessary errors at server side: ``` 18:02:21.148 [pool-1-thread-5] ERROR c.googlecode.jsonrpc4j.StreamServer - Exception while handling...
The unit test "testClientDisconnectsCausingExceptionOnServer" in the test class "StreamServerTest" is failing on my local system. This asserts that there were 0 errors in the StreamServer.Server instance, but I'm actually getting...
Currently named parameter support only works based on annotations. However, it would be useful to be able to support this without needing to have a compile-time dependency on these annotations,...