Searched defs:setSoTimeout (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DServerSocketAdaptor.java163 public void setSoTimeout(int timeout) throws SocketException { method in class:ServerSocketAdaptor
H A DDatagramSocketAdaptor.java266 public void setSoTimeout(int timeout) throws SocketException { method in class:DatagramSocketAdaptor
H A DSocketAdaptor.java364 public void setSoTimeout(int timeout) throws SocketException { method in class:SocketAdaptor
/openjdk7/jdk/src/share/classes/sun/rmi/transport/proxy/
H A DWrappedSocket.java164 public synchronized void setSoTimeout(int timeout) throws SocketException method in class:WrappedSocket
166 socket.setSoTimeout(timeout);
H A DHttpSendSocket.java313 public synchronized void setSoTimeout(int timeout) throws SocketException method in class:HttpSendSocket
/openjdk7/jdk/src/share/classes/java/net/
H A DDatagramSocket.java698 * @exception SocketTimeoutException if setSoTimeout was previously called
860 public synchronized void setSoTimeout(int timeout) throws SocketException { method in class:DatagramSocket
873 * @see #setSoTimeout(int)
H A DServerSocket.java480 * @exception SocketTimeoutException if a timeout was previously set with setSoTimeout and
634 public synchronized void setSoTimeout(int timeout) throws SocketException { method in class:ServerSocket
646 * @see #setSoTimeout(int)
H A DSocket.java1095 public synchronized void setSoTimeout(int timeout) throws SocketException { method in class:Socket
1111 * @see #setSoTimeout(int)
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DBrokenConnectionTest.java696 public void setSoTimeout(int timeout) throws SocketException { method in class:BrokenConnectionTest.BreakableServerSocket
697 ss.setSoTimeout(timeout);
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLSocketImpl.java2406 * @see java.net.Socket#setSoTimeout
2408 public void setSoTimeout(int timeout) throws SocketException { method in class:SSLSocketImpl
2411 ", setSoTimeout(" + timeout + ") called");
2414 super.setSoTimeout(timeout);
2416 self.setSoTimeout(timeout);
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivation.java2289 public void setSoTimeout(int timeout) method in class:Activation.DelayedAcceptServerSocket
2292 serverSocket.setSoTimeout(timeout);

Completed in 59 milliseconds