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 sponge-remote-api-client-1.18.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.openksavi.sponge.remoteapi.client
├─ org.openksavi.sponge.remoteapi.client.BaseSpongeClient.class - [JAR]
├─ org.openksavi.sponge.remoteapi.client.DefaultSpongeClient.class - [JAR]
├─ org.openksavi.sponge.remoteapi.client.ErrorResponseException.class - [JAR]
├─ org.openksavi.sponge.remoteapi.client.InvalidAuthTokenException.class - [JAR]
├─ org.openksavi.sponge.remoteapi.client.InvalidKnowledgeBaseVersionException.class - [JAR]
├─ org.openksavi.sponge.remoteapi.client.InvalidUsernamePasswordException.class - [JAR]
├─ org.openksavi.sponge.remoteapi.client.SpongeClient.class - [JAR]
├─ org.openksavi.sponge.remoteapi.client.SpongeClientConfiguration.class - [JAR]
├─ org.openksavi.sponge.remoteapi.client.SpongeClientException.class - [JAR]
├─ org.openksavi.sponge.remoteapi.client.SpongeRequestContext.class - [JAR]
org.openksavi.sponge.remoteapi.client.okhttp
├─ org.openksavi.sponge.remoteapi.client.okhttp.OkHttpSpongeClient.class - [JAR]
org.openksavi.sponge.remoteapi.client.util
├─ org.openksavi.sponge.remoteapi.client.util.SpongeClientUtils.class - [JAR]
org.openksavi.sponge.remoteapi.client.listener
├─ org.openksavi.sponge.remoteapi.client.listener.OnRequestSerializedListener.class - [JAR]
├─ org.openksavi.sponge.remoteapi.client.listener.OnResponseDeserializedListener.class - [JAR]