public class DescribeWebSocketSessionsByUserIdIterator extends Object implements Iterator<WebSocketSession>, Iterable<WebSocketSession>
| Constructor and Description |
|---|
DescribeWebSocketSessionsByUserIdIterator(CacheDatabase cache,
Gs2GatewayRestClient client,
String namespaceName,
String userId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Iterator<WebSocketSession> |
iterator() |
WebSocketSession |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removeforEach, spliteratorpublic DescribeWebSocketSessionsByUserIdIterator(CacheDatabase cache, Gs2GatewayRestClient client, String namespaceName, String userId)
public boolean hasNext()
hasNext in interface Iterator<WebSocketSession>public WebSocketSession next()
next in interface Iterator<WebSocketSession>public Iterator<WebSocketSession> iterator()
iterator in interface Iterable<WebSocketSession>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.