Uses of Class
io.gs2.gateway.result.DescribeWebSocketSessionsResult
Packages that use DescribeWebSocketSessionsResult
-
Uses of DescribeWebSocketSessionsResult in io.gs2.gateway
Methods in io.gs2.gateway that return DescribeWebSocketSessionsResultModifier and TypeMethodDescriptionGs2GatewayRestClient.describeWebSocketSessions(DescribeWebSocketSessionsRequest request) Gs2GatewayWebSocketClient.describeWebSocketSessions(DescribeWebSocketSessionsRequest request) Method parameters in io.gs2.gateway with type arguments of type DescribeWebSocketSessionsResultModifier and TypeMethodDescriptionvoidGs2GatewayRestClient.describeWebSocketSessionsAsync(DescribeWebSocketSessionsRequest request, AsyncAction<AsyncResult<DescribeWebSocketSessionsResult>> callback) voidGs2GatewayWebSocketClient.describeWebSocketSessionsAsync(DescribeWebSocketSessionsRequest request, AsyncAction<AsyncResult<DescribeWebSocketSessionsResult>> callback) -
Uses of DescribeWebSocketSessionsResult in io.gs2.gateway.result
Methods in io.gs2.gateway.result that return DescribeWebSocketSessionsResultModifier and TypeMethodDescriptionDescribeWebSocketSessionsResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) DescribeWebSocketSessionsResult.withItems(List<WebSocketSession> items) DescribeWebSocketSessionsResult.withNextPageToken(String nextPageToken)