Package io.gs2.gateway.result
Class GetWebSocketSessionByConnectionIdResult
java.lang.Object
io.gs2.gateway.result.GetWebSocketSessionByConnectionIdResult
- All Implemented Interfaces:
IResult,Serializable
public class GetWebSocketSessionByConnectionIdResult
extends Object
implements IResult, Serializable
ユーザIDを指定してWebsocketセッションを取得 のレスポンスモデル
- Author:
- Game Server Services, Inc.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetItem()取得したWebsocketセッションを取得voidsetItem(WebSocketSession item) 取得したWebsocketセッションを設定
-
Constructor Details
-
GetWebSocketSessionByConnectionIdResult
public GetWebSocketSessionByConnectionIdResult()
-
-
Method Details
-
getItem
取得したWebsocketセッションを取得- Returns:
- ユーザIDを指定してWebsocketセッションを取得
-
setItem
取得したWebsocketセッションを設定- Parameters:
item- ユーザIDを指定してWebsocketセッションを取得
-