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 scalajs-nodejs-http_sjs0.6_2.11-0.2.3.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.scalajs.nodejs.http
├─ org.scalajs.nodejs.http.Agent.class - [JAR]
├─ org.scalajs.nodejs.http.Client.class - [JAR]
├─ org.scalajs.nodejs.http.ClientRequest.class - [JAR]
├─ org.scalajs.nodejs.http.ConnectionOptions.class - [JAR]
├─ org.scalajs.nodejs.http.Http.class - [JAR]
├─ org.scalajs.nodejs.http.IncomingMessage.class - [JAR]
├─ org.scalajs.nodejs.http.OutgoingMessage.class - [JAR]
├─ org.scalajs.nodejs.http.RequestOptions.class - [JAR]
├─ org.scalajs.nodejs.http.Server.class - [JAR]
├─ org.scalajs.nodejs.http.ServerResponse.class - [JAR]
├─ org.scalajs.nodejs.http.package.class - [JAR]