Uses of Class
io.gs2.gateway.model.Session
Packages that use Session
-
Uses of Session in io.gs2.gateway.model
Methods in io.gs2.gateway.model that return SessionModifier and TypeMethodDescriptionAPI Gateway の APIIDを設定Session.withCreatedAt(Long createdAt) 作成日時を設定Session.withOwnerId(String ownerId) オーナーIDを設定Session.withSessionId(String sessionId) WebSocketセッション のGRNを設定Session.withSessionName(String sessionName) WebSocketセッション名を設定Session.withUpdatedAt(Long updatedAt) 最終更新日時を設定Session.withUserId(String userId) ユーザーIDを設定Methods in io.gs2.gateway.model with parameters of type Session