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 brave-http-3.7.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.kristofa.brave.http
├─ com.github.kristofa.brave.http.BraveHttpHeaders.class - [JAR]
├─ com.github.kristofa.brave.http.DefaultSpanNameProvider.class - [JAR]
├─ com.github.kristofa.brave.http.HttpClientRequest.class - [JAR]
├─ com.github.kristofa.brave.http.HttpClientRequestAdapter.class - [JAR]
├─ com.github.kristofa.brave.http.HttpClientResponseAdapter.class - [JAR]
├─ com.github.kristofa.brave.http.HttpRequest.class - [JAR]
├─ com.github.kristofa.brave.http.HttpResponse.class - [JAR]
├─ com.github.kristofa.brave.http.HttpServerRequest.class - [JAR]
├─ com.github.kristofa.brave.http.HttpServerRequestAdapter.class - [JAR]
├─ com.github.kristofa.brave.http.HttpServerResponseAdapter.class - [JAR]
├─ com.github.kristofa.brave.http.SpanNameProvider.class - [JAR]