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 jellyfin-core-jvm-1.4.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jellyfin.sdk
├─ org.jellyfin.sdk.Jellyfin.class - [JAR]
├─ org.jellyfin.sdk.JellyfinKt.class - [JAR]
├─ org.jellyfin.sdk.JellyfinOptions.class - [JAR]
├─ org.jellyfin.sdk.JellyfinOptionsKt.class - [JAR]
org.jellyfin.sdk.discovery
├─ org.jellyfin.sdk.discovery.AddressCandidateHelper.class - [JAR]
├─ org.jellyfin.sdk.discovery.AddressCandidateHelperKt.class - [JAR]
├─ org.jellyfin.sdk.discovery.DiscoveryService.class - [JAR]
├─ org.jellyfin.sdk.discovery.LocalServerDiscovery.class - [JAR]
├─ org.jellyfin.sdk.discovery.LocalServerDiscoveryKt.class - [JAR]
├─ org.jellyfin.sdk.discovery.RecommendedServerDiscovery.class - [JAR]
├─ org.jellyfin.sdk.discovery.RecommendedServerDiscoveryKt.class - [JAR]
├─ org.jellyfin.sdk.discovery.RecommendedServerInfo.class - [JAR]
├─ org.jellyfin.sdk.discovery.RecommendedServerInfoScore.class - [JAR]
├─ org.jellyfin.sdk.discovery.RecommendedServerIssue.class - [JAR]
org.jellyfin.sdk.util
├─ org.jellyfin.sdk.util.ApiClientFactory.class - [JAR]
├─ org.jellyfin.sdk.util.CurrentTimeMillisKt.class - [JAR]
org.jellyfin.sdk.compatibility
├─ org.jellyfin.sdk.compatibility.JavaContinuation.class - [JAR]
├─ org.jellyfin.sdk.compatibility.JavaFlow.class - [JAR]