jsonrpc4j
jsonrpc4j copied to clipboard
Update Readme
Socket instructions in README.md need to be updated.
-
StreamServer(JsonRpcServer, int, int, InetAddress)
does not exists -
JsonRpcServer(Object handler, Class<?> remoteInterface)
is private
Best regards :blush:
JsonServiceExporter is also private, as is the abstract class it extends.
It would be best if these classes were made public again.
I just upgraded to a newer version, and had to look through all the commits on JsonRpcServer to confirm that I wasn't crazy. Having the readme reflect the actual latest release is crucial.