Package io.gs2.core

Class AbstractGs2Client<T extends AbstractGs2Client<?>>

java.lang.Object
io.gs2.core.AbstractGs2Client<T>
Direct Known Subclasses:
Gs2AccountRestClient, Gs2AdRewardRestClient, Gs2AuthRestClient, Gs2ChatRestClient, Gs2DatastoreRestClient, Gs2DeployRestClient, Gs2DictionaryRestClient, Gs2DistributorRestClient, Gs2EnchantRestClient, Gs2EnhanceRestClient, Gs2ExchangeRestClient, Gs2ExperienceRestClient, Gs2FormationRestClient, Gs2FriendRestClient, Gs2GatewayRestClient, Gs2GatewayWebSocketClient, Gs2IdentifierRestClient, Gs2IdleRestClient, Gs2InboxRestClient, Gs2InventoryRestClient, Gs2JobQueueRestClient, Gs2KeyRestClient, Gs2LimitRestClient, Gs2LockRestClient, Gs2LoginRewardRestClient, Gs2LogRestClient, Gs2LotteryRestClient, Gs2MatchmakingRestClient, Gs2MegaFieldRestClient, Gs2MissionRestClient, Gs2MoneyRestClient, Gs2NewsRestClient, Gs2ProjectRestClient, Gs2QuestRestClient, Gs2RankingRestClient, Gs2RealtimeRestClient, Gs2ScheduleRestClient, Gs2ScriptRestClient, Gs2SerialKeyRestClient, Gs2ShowcaseRestClient, Gs2SkillTreeRestClient, Gs2StaminaRestClient, Gs2StateMachineRestClient, Gs2VersionRestClient, Gs2WatchRestClient

public abstract class AbstractGs2Client<T extends AbstractGs2Client<?>> extends Object
  • Field Details

    • session

      protected Gs2Session session
      セッション
  • Constructor Details

    • AbstractGs2Client

      protected AbstractGs2Client(Gs2Session session)