Searched refs:pendingServerConnection (Results 1 – 1 of 1) sorted by relevance
59 ListenableFuture<OpenedSocket> pendingServerConnection = service.getConnection(id); in getConnectionId_requestComesInFirst() local60 assertFalse(pendingServerConnection.isDone()); in getConnectionId_requestComesInFirst()63 assertEndsConnected(clientSocket, pendingServerConnection.get()); in getConnectionId_requestComesInFirst()70 ListenableFuture<OpenedSocket> pendingServerConnection = service.getConnection(id); in getConnectionIdTwice_acceptComesFirst() local72 OpenedSocket serverSocket = pendingServerConnection.get(); in getConnectionIdTwice_acceptComesFirst()83 ListenableFuture<OpenedSocket> pendingServerConnection = service.getConnection(id); in getConnectionStoppedService() local84 assertFalse(pendingServerConnection.isDone()); in getConnectionStoppedService()86 assertTrue(pendingServerConnection.isDone()); in getConnectionStoppedService()89 pendingServerConnection.get(); in getConnectionStoppedService()