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 f2-client-ktor-jvm-0.17.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
f2.client.ktor
├─ f2.client.ktor.F2ClientBuilder.class - [JAR]
├─ f2.client.ktor.GetKt.class - [JAR]
├─ f2.client.ktor.HTTP.class - [JAR]
├─ f2.client.ktor.HTTPS.class - [JAR]
├─ f2.client.ktor.InvalidUrlException.class - [JAR]
├─ f2.client.ktor.Protocol.class - [JAR]
├─ f2.client.ktor.TCP.class - [JAR]
├─ f2.client.ktor.WS.class - [JAR]
├─ f2.client.ktor.WSS.class - [JAR]