Searched defs:setSoTimeout (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DServerSocket.java251 public synchronized void setSoTimeout(int timeout) throws SocketException { method in class:ServerSocket
H A DDatagramSocket.java361 public synchronized void setSoTimeout(int timeout) throws SocketException { method in class:DatagramSocket
H A DSocket.java542 public synchronized void setSoTimeout(int timeout) throws SocketException { method in class:Socket
/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java2961 @Override public void setSoTimeout(int timeout) throws SocketException { method in class:URLConnectionTest.DelegatingSSLSocket
2962 delegate.setSoTimeout(timeout);

Completed in 88 milliseconds