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