Searched refs:getTcpNoDelay (Results 1 – 6 of 6) sorted by relevance
63 socket.setTcpNoDelay(HttpConnectionParams.getTcpNoDelay(params)); in bind()
65 socket.setTcpNoDelay(HttpConnectionParams.getTcpNoDelay(params)); in bind()
92 public static boolean getTcpNoDelay(final HttpParams params) { in getTcpNoDelay() method in HttpConnectionParams
982 boolean bool = !client.getTcpNoDelay(); in test_getTcpNoDelay()984 …assertTrue("Failed to get no delay setting: " + client.getTcpNoDelay(), client.getTcpNoDelay() == … in test_getTcpNoDelay()1508 client.setTcpNoDelay(bool = !client.getTcpNoDelay()); in test_setTcpNoDelayZ()1509 …assertTrue("Failed to set no delay setting: " + client.getTcpNoDelay(), client.getTcpNoDelay() == … in test_setTcpNoDelayZ()
259 sock.setTcpNoDelay(HttpConnectionParams.getTcpNoDelay(params)); in prepareSocket()
455 assertFalse(s.getTcpNoDelay()); in assertSocketBeforeConnect()490 assertFalse(s.getTcpNoDelay()); in assertSocketAfterConnect()