Uses of Class
io.gs2.gateway.model.WebSocketSession
Packages that use WebSocketSession
-
Uses of WebSocketSession in io.gs2.gateway.model
Methods in io.gs2.gateway.model that return WebSocketSessionModifier and TypeMethodDescriptionstatic WebSocketSessionWebSocketSession.fromJson(com.fasterxml.jackson.databind.JsonNode data) WebSocketSession.withConnectionId(String connectionId) WebSocketSession.withCreatedAt(Long createdAt) WebSocketSession.withNamespaceName(String namespaceName) WebSocketSession.withRevision(Long revision) WebSocketSession.withUpdatedAt(Long updatedAt) WebSocketSession.withUserId(String userId) WebSocketSession.withWebSocketSessionId(String webSocketSessionId) Methods in io.gs2.gateway.model with parameters of type WebSocketSession -
Uses of WebSocketSession in io.gs2.gateway.result
Methods in io.gs2.gateway.result that return WebSocketSessionModifier and TypeMethodDescriptionGetWebSocketSessionByConnectionIdResult.getItem()取得したWebsocketセッションを取得GetWebSocketSessionResult.getItem()取得したWebsocketセッションを取得SetUserIdByUserIdResult.getItem()SetUserIdResult.getItem()Methods in io.gs2.gateway.result that return types with arguments of type WebSocketSessionModifier and TypeMethodDescriptionDescribeWebSocketSessionsByUserIdResult.getItems()DescribeWebSocketSessionsResult.getItems()DisconnectByUserIdResult.getItems()Methods in io.gs2.gateway.result with parameters of type WebSocketSessionModifier and TypeMethodDescriptionvoidGetWebSocketSessionByConnectionIdResult.setItem(WebSocketSession item) 取得したWebsocketセッションを設定voidGetWebSocketSessionResult.setItem(WebSocketSession item) 取得したWebsocketセッションを設定voidSetUserIdByUserIdResult.setItem(WebSocketSession item) voidSetUserIdResult.setItem(WebSocketSession item) SetUserIdByUserIdResult.withItem(WebSocketSession item) SetUserIdResult.withItem(WebSocketSession item) Method parameters in io.gs2.gateway.result with type arguments of type WebSocketSessionModifier and TypeMethodDescriptionvoidDescribeWebSocketSessionsByUserIdResult.setItems(List<WebSocketSession> items) voidDescribeWebSocketSessionsResult.setItems(List<WebSocketSession> items) voidDisconnectByUserIdResult.setItems(List<WebSocketSession> items) DescribeWebSocketSessionsByUserIdResult.withItems(List<WebSocketSession> items) DescribeWebSocketSessionsResult.withItems(List<WebSocketSession> items) DisconnectByUserIdResult.withItems(List<WebSocketSession> items)