View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window kotlinw-remoting-server-ktor-jvm-0.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
kotlinw.remoting.server.ktor
├─ kotlinw.remoting.server.ktor.RemotingConfiguration.class - [JAR]
├─ kotlinw.remoting.server.ktor.RemotingPluginConfiguration.class - [JAR]
├─ kotlinw.remoting.server.ktor.RemotingProvider.class - [JAR]
├─ kotlinw.remoting.server.ktor.RemotingServerPluginKt.class - [JAR]
├─ kotlinw.remoting.server.ktor.WebRequestRemoteCallContext.class - [JAR]
├─ kotlinw.remoting.server.ktor.WebRequestRemotingConfiguration.class - [JAR]
├─ kotlinw.remoting.server.ktor.WebRequestRemotingProvider.class - [JAR]
├─ kotlinw.remoting.server.ktor.WebRequestRemotingProviderKt.class - [JAR]
├─ kotlinw.remoting.server.ktor.WebSocketRemotingConfiguration.class - [JAR]
├─ kotlinw.remoting.server.ktor.WebSocketRemotingProvider.class - [JAR]