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

/libcore/luni/src/main/java/java/net/
H A DDatagramSocket.java226 public synchronized int getSoTimeout() throws SocketException { method in class:DatagramSocket
H A DServerSocket.java185 public synchronized int getSoTimeout() throws IOException { method in class:ServerSocket
H A DSocket.java433 public synchronized int getSoTimeout() throws SocketException { method in class:Socket
/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

Completed in 171 milliseconds