jar

io.github.kosik : simple-json-rpc-server

Maven & Gradle

Nov 10, 2022
0 stars

simple-json-rpc-server · Server implementation of JSON-RPC 2.0

Table Of Contents

Latest Version

Download io.github.kosik : simple-json-rpc-server JAR file - Latest Versions:

All Versions

Download io.github.kosik : simple-json-rpc-server JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window simple-json-rpc-server-1.4.001.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.kosik.simplejsonrpc.server

├─ io.github.kosik.simplejsonrpc.server.JsonRpcServer.class - [JAR]

├─ io.github.kosik.simplejsonrpc.server.Reflections.class - [JAR]

io.github.kosik.simplejsonrpc.server.metadata

├─ io.github.kosik.simplejsonrpc.server.metadata.ClassMetadata.class - [JAR]

├─ io.github.kosik.simplejsonrpc.server.metadata.ErrorDataResolver.class - [JAR]

├─ io.github.kosik.simplejsonrpc.server.metadata.MethodMetadata.class - [JAR]

├─ io.github.kosik.simplejsonrpc.server.metadata.ParameterMetadata.class - [JAR]