Полная реализация синхронизации
This commit is contained in:
@@ -28,6 +28,10 @@ public class ClientManager {
|
||||
return this.server;
|
||||
}
|
||||
|
||||
public ClientIndexer getClientIndexer() {
|
||||
return this.clientIndexer;
|
||||
}
|
||||
|
||||
public boolean isClientConnected(String publicKey) {
|
||||
HashSet<Client> clients = this.clientIndexer.getClients(ECIAuthentificate.class, "publicKey", publicKey);
|
||||
if(clients == null){
|
||||
|
||||
Reference in New Issue
Block a user