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 gs2-java-sdk-matchmaking-2.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.gs2.matchmaking.model
├─ io.gs2.matchmaking.model.Attribute.class - [JAR]
├─ io.gs2.matchmaking.model.AttributeRange.class - [JAR]
├─ io.gs2.matchmaking.model.CapacityOfRole.class - [JAR]
├─ io.gs2.matchmaking.model.Gathering.class - [JAR]
├─ io.gs2.matchmaking.model.Namespace.class - [JAR]
├─ io.gs2.matchmaking.model.NotificationSetting.class - [JAR]
├─ io.gs2.matchmaking.model.Player.class - [JAR]
├─ io.gs2.matchmaking.model.ResponseCache.class - [JAR]
io.gs2.matchmaking
├─ io.gs2.matchmaking.Gs2MatchmakingRestClient.class - [JAR]
io.gs2.matchmaking.result
├─ io.gs2.matchmaking.result.CancelMatchmakingByUserIdResult.class - [JAR]
├─ io.gs2.matchmaking.result.CancelMatchmakingResult.class - [JAR]
├─ io.gs2.matchmaking.result.CreateGatheringByUserIdResult.class - [JAR]
├─ io.gs2.matchmaking.result.CreateGatheringResult.class - [JAR]
├─ io.gs2.matchmaking.result.CreateNamespaceResult.class - [JAR]
├─ io.gs2.matchmaking.result.DeleteGatheringResult.class - [JAR]
├─ io.gs2.matchmaking.result.DeleteNamespaceResult.class - [JAR]
├─ io.gs2.matchmaking.result.DescribeGatheringsResult.class - [JAR]
├─ io.gs2.matchmaking.result.DescribeNamespacesResult.class - [JAR]
├─ io.gs2.matchmaking.result.DoMatchmakingByPlayerResult.class - [JAR]
├─ io.gs2.matchmaking.result.DoMatchmakingResult.class - [JAR]
├─ io.gs2.matchmaking.result.GetGatheringResult.class - [JAR]
├─ io.gs2.matchmaking.result.GetNamespaceResult.class - [JAR]
├─ io.gs2.matchmaking.result.GetNamespaceStatusResult.class - [JAR]
├─ io.gs2.matchmaking.result.UpdateGatheringByUserIdResult.class - [JAR]
├─ io.gs2.matchmaking.result.UpdateGatheringResult.class - [JAR]
├─ io.gs2.matchmaking.result.UpdateNamespaceResult.class - [JAR]
io.gs2.matchmaking.request
├─ io.gs2.matchmaking.request.CancelMatchmakingByUserIdRequest.class - [JAR]
├─ io.gs2.matchmaking.request.CancelMatchmakingRequest.class - [JAR]
├─ io.gs2.matchmaking.request.CreateGatheringByUserIdRequest.class - [JAR]
├─ io.gs2.matchmaking.request.CreateGatheringRequest.class - [JAR]
├─ io.gs2.matchmaking.request.CreateNamespaceRequest.class - [JAR]
├─ io.gs2.matchmaking.request.DeleteGatheringRequest.class - [JAR]
├─ io.gs2.matchmaking.request.DeleteNamespaceRequest.class - [JAR]
├─ io.gs2.matchmaking.request.DescribeGatheringsRequest.class - [JAR]
├─ io.gs2.matchmaking.request.DescribeNamespacesRequest.class - [JAR]
├─ io.gs2.matchmaking.request.DoMatchmakingByPlayerRequest.class - [JAR]
├─ io.gs2.matchmaking.request.DoMatchmakingRequest.class - [JAR]
├─ io.gs2.matchmaking.request.GetGatheringRequest.class - [JAR]
├─ io.gs2.matchmaking.request.GetNamespaceRequest.class - [JAR]
├─ io.gs2.matchmaking.request.GetNamespaceStatusRequest.class - [JAR]
├─ io.gs2.matchmaking.request.UpdateGatheringByUserIdRequest.class - [JAR]
├─ io.gs2.matchmaking.request.UpdateGatheringRequest.class - [JAR]
├─ io.gs2.matchmaking.request.UpdateNamespaceRequest.class - [JAR]