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 jim-client-3.0.0.v20200501-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jim.client.listener
├─ org.jim.client.listener.DefaultImClientListener.class - [JAR]
├─ org.jim.client.listener.ImClientListener.class - [JAR]
├─ org.jim.client.listener.ImClientListenerAdapter.class - [JAR]
org.jim.client.config
├─ org.jim.client.config.ImClientConfig.class - [JAR]
org.jim.client.handler
├─ org.jim.client.handler.DefaultImClientHandler.class - [JAR]
├─ org.jim.client.handler.ImClientHandler.class - [JAR]
├─ org.jim.client.handler.ImClientHandlerAdapter.class - [JAR]
org.jim.client
├─ org.jim.client.ImClientChannelContext.class - [JAR]
├─ org.jim.client.JimClient.class - [JAR]
├─ org.jim.client.JimClientAPI.class - [JAR]