Package org.rasdaman.rasnet.util
Class Constants
- java.lang.Object
-
- org.rasdaman.rasnet.util.Constants
-
public class Constants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intSERVICE_CALL_TIMEOUTThe number of milliseconds a server has to reply to a service request before being declared dead.
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
SERVICE_CALL_TIMEOUT
public static final int SERVICE_CALL_TIMEOUT
The number of milliseconds a server has to reply to a service request before being declared dead.- See Also:
- Constant Field Values
-
-