Searched refs:getSoTimeout (Results 1 - 14 of 14) 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/crypto/src/main/java/org/conscrypt/
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.java104 * getSoTimeout to delegate to the wrapped socket.
169 // OpenSSLSocketImplWrapper.getSoTimeout will delegate timeout
381 int savedReadTimeoutMilliseconds = getSoTimeout();
406 socket.getFileDescriptor$(), this, getSoTimeout(), client, npnProtocols,
690 OpenSSLSocketImpl.this, buf, offset, byteCount, getSoTimeout());
944 @Override public int getSoTimeout() throws SocketException { method in class:OpenSSLSocketImpl
/libcore/luni/src/main/java/java/net/
H A DServerSocket.java186 public synchronized int getSoTimeout() throws IOException { method in class:ServerSocket
H A DDatagramSocket.java223 public synchronized int getSoTimeout() throws SocketException { method in class:DatagramSocket
H A DSocket.java434 public synchronized int getSoTimeout() throws SocketException { method in class:Socket
/libcore/luni/src/test/java/libcore/javax/net/ssl/
H A DSSLSocketTest.java1135 assertEquals(0, underlying.getSoTimeout());
1139 assertEquals(0, wrapping.getSoTimeout());
1144 assertEquals(expectedTimeoutMillis, wrapping.getSoTimeout());
1145 assertEquals(expectedTimeoutMillis, underlying.getSoTimeout());
1149 assertEquals(0, wrapping.getSoTimeout());
1150 assertEquals(0, underlying.getSoTimeout());
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
H A DServerSocketChannelTest.java187 assertEquals(0, s.getSoTimeout());
534 * @tests ServerSocketChannel#socket().getSoTimeout()
548 int soTimeout = ss.getSoTimeout();
H A DDatagramChannelTest.java367 assertEquals(s.getSoTimeout(), 0);
388 assertEquals(s.getSoTimeout(), 0);
H A DSocketChannelTest.java473 assertEquals(0, s.getSoTimeout());
504 assertEquals(0, s.getSoTimeout());

Completed in 209 milliseconds