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-api-jvm-0.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
xyz.kotlinw.remoting.api.internal
├─ xyz.kotlinw.remoting.api.internal.RemoteCallHandler.class - [JAR]
├─ xyz.kotlinw.remoting.api.internal.RemoteCallHandlerImplementor.class - [JAR]
├─ xyz.kotlinw.remoting.api.internal.RemotingClientCallSupport.class - [JAR]
├─ xyz.kotlinw.remoting.api.internal.RemotingClientFlowSupport.class - [JAR]
├─ xyz.kotlinw.remoting.api.internal.RemotingMethodDescriptor.class - [JAR]
xyz.kotlinw.remoting.api
├─ xyz.kotlinw.remoting.api.MessagingConnectionIdKt.class - [JAR]
├─ xyz.kotlinw.remoting.api.MessagingPeerIdKt.class - [JAR]
├─ xyz.kotlinw.remoting.api.PersistentConnectionRemoteCallContext.class - [JAR]
├─ xyz.kotlinw.remoting.api.PersistentRemotingClient.class - [JAR]
├─ xyz.kotlinw.remoting.api.PersistentRemotingConnection.class - [JAR]
├─ xyz.kotlinw.remoting.api.RemoteCallContext.class - [JAR]
├─ xyz.kotlinw.remoting.api.RemoteCallContextElement.class - [JAR]
├─ xyz.kotlinw.remoting.api.RemoteCallContext_jvmKt.class - [JAR]
├─ xyz.kotlinw.remoting.api.RemoteConnectionId.class - [JAR]
├─ xyz.kotlinw.remoting.api.RemoteServiceBackend.class - [JAR]
├─ xyz.kotlinw.remoting.api.RemoteServiceSet.class - [JAR]
├─ xyz.kotlinw.remoting.api.RemotingClient.class - [JAR]
├─ xyz.kotlinw.remoting.api.RemotingServiceId.class - [JAR]
├─ xyz.kotlinw.remoting.api.SupportsRemoting.class - [JAR]