BlockingClientService or AsyncClientService instead.@Deprecated public interface ClientService
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<com.google.common.base.Optional<ClientData>> |
getClientDataForClientId(String clientId)
Deprecated.
Use
BlockingClientService or AsyncClientService instead. |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
getConnectedClients()
Deprecated.
Use
BlockingClientService or AsyncClientService instead. |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
getDisconnectedClients()
Deprecated.
Use
BlockingClientService or AsyncClientService instead. |
com.google.common.base.Optional<ClientData> |
getLocalClientDataForClientId(String clientId)
Deprecated.
Use
BlockingClientService or AsyncClientService instead. |
Set<String> |
getLocalConnectedClients()
Deprecated.
Use
BlockingClientService or AsyncClientService instead. |
Set<String> |
getLocalDisconnectedClients()
Deprecated.
Use
BlockingClientService or AsyncClientService instead. |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
isClientConnected(String clientId)
Deprecated.
Use
BlockingClientService or AsyncClientService instead. |
boolean |
isClientConnectedLocal(String clientId)
Deprecated.
Use
BlockingClientService or AsyncClientService instead. |
@Deprecated Set<String> getLocalConnectedClients()
@Deprecated Set<String> getLocalDisconnectedClients()
@Deprecated boolean isClientConnectedLocal(String clientId)
clientId - client, which should be checked@Deprecated com.google.common.base.Optional<ClientData> getLocalClientDataForClientId(String clientId)
Optional with absent data.clientId - the client identifier of the clientClientData for a specific client.@Deprecated com.google.common.util.concurrent.ListenableFuture<Set<String>> getConnectedClients()
@Deprecated com.google.common.util.concurrent.ListenableFuture<Set<String>> getDisconnectedClients()
@Deprecated com.google.common.util.concurrent.ListenableFuture<Boolean> isClientConnected(String clientId)
clientId - client, which should be checked@Deprecated com.google.common.util.concurrent.ListenableFuture<com.google.common.base.Optional<ClientData>> getClientDataForClientId(String clientId)
Optional with absent data.clientId - the client identifier of the clientClientData for a specific client.Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.