Searched defs:setSocketTimeout (Results 1 – 6 of 6) sorted by relevance
84 void setSocketTimeout(int timeout); in setSocketTimeout() method
154 public void setSocketTimeout(int timeout) { in setSocketTimeout() method in SocketHttpClientConnection
152 public void setSocketTimeout(int timeout) { in setSocketTimeout() method in SocketHttpServerConnection
100 public static void setSocketTimeout(Socket s, long timeoutMillis) throws SocketException { in setSocketTimeout() method in Platform
90 public static void setSocketTimeout(Socket s, long timeoutMillis) { in setSocketTimeout() method in Platform
190 public void setSocketTimeout(int timeout) { in setSocketTimeout() method in AbstractClientConnAdapter