Home
last modified time | relevance | path

Searched defs:setSoTimeout (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
DOpenSSLSocketImplWrapper.java109 public void setSoTimeout(int to) throws SocketException { in setSoTimeout() method in OpenSSLSocketImplWrapper
DSSLSocketWrapper.java129 public void setSoTimeout(int to) throws SocketException { in setSoTimeout() method in SSLSocketWrapper
DOpenSSLSocketImpl.java878 @Override public void setSoTimeout(int timeoutMilliseconds) throws SocketException { in setSoTimeout() method in OpenSSLSocketImpl
/libcore/luni/src/main/java/java/net/
DServerSocket.java236 public synchronized void setSoTimeout(int timeout) throws SocketException { in setSoTimeout() method in ServerSocket
DDatagramSocket.java340 public synchronized void setSoTimeout(int timeout) throws SocketException { in setSoTimeout() method in DatagramSocket
DSocket.java517 public synchronized void setSoTimeout(int timeout) throws SocketException { in setSoTimeout() method in Socket
/libcore/luni/src/main/java/libcore/net/http/
DHttpConnection.java140 public void setSoTimeout(int readTimeout) throws SocketException { in setSoTimeout() method in HttpConnection