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-webserver-jetty-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.jetty
├─ org.bithon.agent.plugin.jetty.JettyPlugin.class - [JAR]
org.bithon.agent.plugin.jetty.context
├─ org.bithon.agent.plugin.jetty.context.RequestContext.class - [JAR]
org.bithon.agent.plugin.jetty.interceptor
├─ org.bithon.agent.plugin.jetty.interceptor.AbstractConnectorDoStart.class - [JAR]
├─ org.bithon.agent.plugin.jetty.interceptor.ContextHandlerDoHandle.class - [JAR]
├─ org.bithon.agent.plugin.jetty.interceptor.QueuedThreadPoolDoStart.class - [JAR]
org.bithon.agent.plugin.jetty.metric
├─ org.bithon.agent.plugin.jetty.metric.WebServerMetricCollector.class - [JAR]