Package io.gs2.gateway.request
Class GetWebSocketSessionRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<GetWebSocketSessionRequest>
io.gs2.gateway.request.GetWebSocketSessionRequest
- All Implemented Interfaces:
IRequest,Serializable
Websocketセッションを取得 のリクエストモデル
- Author:
- Game Server Services, Inc.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionコネクションIDを取得ネームスペース名を取得voidsetConnectionId(String connectionId) コネクションIDを設定voidsetNamespaceName(String namespaceName) ネームスペース名を設定withConnectionId(String connectionId) コネクションIDを設定withNamespaceName(String namespaceName) ネームスペース名を設定Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
GetWebSocketSessionRequest
public GetWebSocketSessionRequest()
-
-
Method Details
-
getNamespaceName
ネームスペース名を取得- Returns:
- Websocketセッションを取得
-
setNamespaceName
ネームスペース名を設定- Parameters:
namespaceName- Websocketセッションを取得
-
withNamespaceName
ネームスペース名を設定- Parameters:
namespaceName- Websocketセッションを取得- Returns:
- this
-
getConnectionId
コネクションIDを取得- Returns:
- Websocketセッションを取得
-
setConnectionId
コネクションIDを設定- Parameters:
connectionId- Websocketセッションを取得
-
withConnectionId
コネクションIDを設定- Parameters:
connectionId- Websocketセッションを取得- Returns:
- this
-