Searched defs:serverTime (Results 1 – 3 of 3) sorted by relevance
49 public static boolean isClockSkewed(Instant clientTime, Instant serverTime) { in isClockSkewed()59 public static Duration getClockSkew(Instant clientTime, Instant serverTime) { in getClockSkew()
213 Instant clientTime, Instant serverTime, SntpClient client) { in checkRequestTimeCalcs()254 private void checkCalculateClockOffset(Instant clientTime, Instant serverTime) { in checkCalculateClockOffset()
51 Instant serverTime = ClockSkew.getServerTime(response).orElse(null); in getAdjustmentInSeconds() local