jsonrpc4j icon indicating copy to clipboard operation
jsonrpc4j copied to clipboard

Update Readme

Open tux-mind opened this issue 8 years ago • 2 comments

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:

tux-mind avatar Jun 10 '16 06:06 tux-mind

JsonServiceExporter is also private, as is the abstract class it extends.

It would be best if these classes were made public again.

jeacott1 avatar Aug 01 '16 01:08 jeacott1

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.

bushwakko avatar Mar 23 '18 11:03 bushwakko