Searched refs:roundTripTime (Results 1 – 6 of 6) sorted by relevance
56 public long roundTripTime() throws InterruptedException { in roundTripTime() method in Ping66 public long roundTripTime(long timeout, TimeUnit unit) throws InterruptedException { in roundTripTime() method in Ping
54 public long roundTripTime() throws InterruptedException { in roundTripTime() method in Ping64 public long roundTripTime(long timeout, TimeUnit unit) throws InterruptedException { in roundTripTime() method in Ping
109 connection.ping().roundTripTime(); // Ensure that inFinished has been received. in headersOnlyStreamIsClosedAfterReplyHeaders()127 connection.ping().roundTripTime(); // Ensure that the SYN_REPLY has been received. in clientCreatesStreamAndServerRepliesWithFin()237 assertTrue(ping.roundTripTime() > 0); in clientPingsServer()238 assertTrue(ping.roundTripTime() < TimeUnit.SECONDS.toNanos(1)); in clientPingsServer()436 connection.ping().roundTripTime(); // Ensure that the SYN_REPLY has been received.471 connection.ping().roundTripTime(); // Ensure that the RST_CANCEL has been received.607 connection.ping().roundTripTime(); // Ensure that inFinished has been received.634 connection.ping().roundTripTime(); // Ensure that the 2nd SYN REPLY has been received.791 … connection.ping().roundTripTime(); // Ensure the GO_AWAY that resets stream2 has been received.844 ping.roundTripTime(); // Prevent the peer from exiting prematurely.[all …]
87 assertTrue(ping.roundTripTime() > 0); in clientPingsServerHttp2()88 assertTrue(ping.roundTripTime() < TimeUnit.SECONDS.toNanos(1)); in clientPingsServerHttp2()194 … connection.ping().roundTripTime(); // Ensure the GO_AWAY that resets stream2 has been received.502 connection.ping().roundTripTime(); // Ensure that settings have been applied before returning.
585 assertEquals(10101, callback1.roundTripTime); in ping()589 assertEquals(10101, callback2.roundTripTime); in ping()741 long roundTripTime; field in NettyClientHandlerTest.PingCallbackImpl747 this.roundTripTime = roundTripTimeNanos; in onSuccess()
1351 assertEquals(10101, callback1.roundTripTime); in ping()1355 assertEquals(10101, callback2.roundTripTime); in ping()2031 long roundTripTime; field in OkHttpClientTransportTest.PingCallbackImpl2037 this.roundTripTime = roundTripTimeNanos; in onSuccess()