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 ezyfox-sfs2x-1.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.tvd12.ezyfox.sfs2x.serializer
├─ com.tvd12.ezyfox.sfs2x.serializer.AgentDeserializer.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serializer.AgentSerializer.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serializer.BuddyAgentSerializer.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serializer.ParamTypeParser.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serializer.ParameterDeserializer.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serializer.ParameterSerializer.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serializer.RequestParamDeserializer.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serializer.ResponseParamSerializer.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serializer.RoomAgentSerializer.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serializer.UserAgentSerializer.class - [JAR]
com.tvd12.ezyfox.sfs2x.constants
├─ com.tvd12.ezyfox.sfs2x.constants.Constants.class - [JAR]
com.tvd12.ezyfox.sfs2x.filter
├─ com.tvd12.ezyfox.sfs2x.filter.BaseSysControllerFilter.class - [JAR]
com.tvd12.ezyfox.sfs2x.util
├─ com.tvd12.ezyfox.sfs2x.util.AgentUtil.class - [JAR]
com.tvd12.ezyfox.sfs2x.data
├─ com.tvd12.ezyfox.sfs2x.data.SfsTransformer.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.data.Transformer.class - [JAR]
com.tvd12.ezyfox.sfs2x.extension
├─ com.tvd12.ezyfox.sfs2x.extension.BaseExtension.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.extension.RoomExtension.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.extension.ZoneExtension.class - [JAR]
com.tvd12.ezyfox.sfs2x.data.impl
├─ com.tvd12.ezyfox.sfs2x.data.impl.MapUtill.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.data.impl.ParamTransformer.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.data.impl.SfsArrayParameters.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.data.impl.SfsObjectMap.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.data.impl.SfsParameters.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.data.impl.SfsVariableTransformer.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.data.impl.SimpleTransformer.class - [JAR]
com.tvd12.ezyfox.sfs2x.serverhandler
├─ com.tvd12.ezyfox.sfs2x.serverhandler.BuddyAddEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.BuddyBlockEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.BuddyEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.BuddyListInitEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.BuddyMessageEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.BuddyOnlineStateUpdateEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.BuddyRemoveEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.GameInvitationFailureEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.GameInvitationSuccessEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.InternalEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.MessageEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.PrivateMessageEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.PublicMessageEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.RoomExtensionDestroyEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.RoomUserDisconnectEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.RoomUserReconnectEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.ServerBaseEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.ServerEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.ServerInitializingEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.ServerReadyEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.ServerRoomEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.ServerUserEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.UserActionEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.UserDisconnectEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.UserJoinRoomEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.UserJoinZoneEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.UserLeaveRoomEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.UserLoginEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.UserLogoutEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.UserReconnectTryEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.UserReconnectionSuccessEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.UserZoneEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.ZoneExtensionDestroyEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.serverhandler.ZoneRoomBaseEventHandler.class - [JAR]
com.tvd12.ezyfox.sfs2x.content.impl
├─ com.tvd12.ezyfox.sfs2x.content.impl.AppContextImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.content.impl.RoomContextImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.content.impl.SmartFoxContext.class - [JAR]
com.tvd12.ezyfox.sfs2x.entities.impl
├─ com.tvd12.ezyfox.sfs2x.entities.impl.ApiBaseMessageImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.entities.impl.ApiBuddyImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.entities.impl.ApiBuddyMessageImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.entities.impl.ApiMessageImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.entities.impl.ApiPrivateMessageImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.entities.impl.ApiSessionImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.entities.impl.ApiZoneImpl.class - [JAR]
com.tvd12.ezyfox.sfs2x.clienthandler
├─ com.tvd12.ezyfox.sfs2x.clienthandler.ClientEventHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.clienthandler.ClientRequestHandler.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.clienthandler.ClientRoomEventHandler.class - [JAR]
com.tvd12.ezyfox.sfs2x.command.impl
├─ com.tvd12.ezyfox.sfs2x.command.impl.AddBuddyImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.BanUserImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.BaseCommandImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.BlockBuddyImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.ChangeRoomCapacityImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.ChangeRoomNameImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.ChangeRoomPasswordImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.CommandUtil.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.CreateNPCImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.CreateRoomImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.DisconnectUserImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.ExecuteTaskImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.FetchBuddyListImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.FetchConfigPropertiesImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.FetchUserImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.FetchUserListImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.FindBuddyImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.FindRoomImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.FindUserImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.FindZoneImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.GetCurrentFolderImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.GetIpAddressImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.GoOnlineImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.InitBuddyListImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.JoinRoomImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.KickUserImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.LeaveRoomImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.LogImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.LogoutImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.PingClientImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.PlayerToSpectatorImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.PropagateRequestImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.RemoveBuddyImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.ResponseImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.ResponseParamsBuilder.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.ResponseToRoomImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.RoomInfoImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.ScheduleImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.SchedulePingImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.SendBuddyMessageImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.SendInvitationImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.SendObjectMessageImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.SendPrivateMessageImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.SendPublicMessageImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.SpectatorToPlayerImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.SubscribeRoomGroupImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.UnsubscribeRoomGroupImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.UpdateBuddyPropertiesImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.UpdateRoomImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.UpdateUserImpl.class - [JAR]
├─ com.tvd12.ezyfox.sfs2x.command.impl.UserInfoImpl.class - [JAR]