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

/libcore/luni/src/main/java/java/net/
H A DServerSocket.java200 public synchronized int getSoTimeout() throws IOException { method in class:ServerSocket
H A DDatagramSocket.java247 public synchronized int getSoTimeout() throws SocketException { method in class:DatagramSocket
H A DSocket.java458 public synchronized int getSoTimeout() throws SocketException { method in class:Socket
/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java2937 @Override public int getSoTimeout() throws SocketException { method in class:URLConnectionTest.DelegatingSSLSocket
2938 return delegate.getSoTimeout();

Completed in 100 milliseconds