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

/openjdk7/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DTCPTransport.java144 private static final int connectionReadTimeout = // default 2 hours field in class:TCPTransport
692 if (connectionReadTimeout > 0)
693 socket.setSoTimeout(connectionReadTimeout);

Completed in 29 milliseconds