Searched refs:getSoTimeout (Results 1 - 11 of 11) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
H A DServerSocketTest.java44 assertEquals(0, result[0].getSoTimeout());
H A DOldServerSocketTest.java242 int ms = s.getSoTimeout();
248 s.getSoTimeout();
H A DOldSocketTest.java390 int ms = s.getSoTimeout();
396 s.getSoTimeout();
1384 assertEquals("Socket option not set during connect: 10 ", 1000, theSocket.getSoTimeout());
1387 assertEquals("Socket option not set during connect: 50 ", 2000, theSocket.getSoTimeout());
H A DOldDatagramSocketTest.java776 int ms = s.getSoTimeout();
782 s.getSoTimeout();
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DOpenSSLSocketImplWrapper.java150 public int getSoTimeout() throws SocketException { method in class:OpenSSLSocketImplWrapper
151 return socket.getSoTimeout();
H A DSSLSocketWrapper.java170 public int getSoTimeout() throws SocketException { method in class:SSLSocketWrapper
171 return socket.getSoTimeout();
H A DOpenSSLSocketImpl.java98 * getSoTimeout to delegate to the wrapped socket.
163 // OpenSSLSocketImplWrapper.getSoTimeout will delegate timeout
369 int savedReadTimeoutMilliseconds = getSoTimeout();
379 socket.getFileDescriptor$(), this, getSoTimeout(), client, npnProtocols);
665 OpenSSLSocketImpl.this, buf, offset, byteCount, getSoTimeout());
843 @Override public int getSoTimeout() throws SocketException { method in class:OpenSSLSocketImpl
/libcore/luni/src/main/java/java/net/
H A DServerSocket.java185 public synchronized int getSoTimeout() throws IOException { method in class:ServerSocket
H A DDatagramSocket.java226 public synchronized int getSoTimeout() throws SocketException { method in class:DatagramSocket
H A DSocket.java433 public synchronized int getSoTimeout() throws SocketException { method in class:Socket
/libcore/luni/src/test/java/libcore/javax/net/ssl/
H A DSSLSocketTest.java1009 assertEquals(0, underlying.getSoTimeout());
1013 assertEquals(0, wrapping.getSoTimeout());
1018 assertEquals(expectedTimeoutMillis, wrapping.getSoTimeout());
1019 assertEquals(expectedTimeoutMillis, underlying.getSoTimeout());
1023 assertEquals(0, wrapping.getSoTimeout());
1024 assertEquals(0, underlying.getSoTimeout());

Completed in 165 milliseconds