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 agent-plugin-mongodb-1.1.0-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.bithon.agent.plugin.mongodb
├─ org.bithon.agent.plugin.mongodb.MongoDbPlugin.class - [JAR]
org.bithon.agent.plugin.mongodb.interceptor
├─ org.bithon.agent.plugin.mongodb.interceptor.CommandHelper.class - [JAR]
├─ org.bithon.agent.plugin.mongodb.interceptor.ConnectionMessageReceivedEvent.class - [JAR]
├─ org.bithon.agent.plugin.mongodb.interceptor.ConnectionMessagesSentEvent.class - [JAR]
├─ org.bithon.agent.plugin.mongodb.interceptor.DefaultServerConnection.class - [JAR]
├─ org.bithon.agent.plugin.mongodb.interceptor.InternalStreamConnection.class - [JAR]
├─ org.bithon.agent.plugin.mongodb.interceptor.Protocol.class - [JAR]