@return the default RPC timeout period in milliseconds @since 1.7
()
| 1004 | /** @return the default RPC timeout period in milliseconds |
| 1005 | * @since 1.7 */ |
| 1006 | public int getDefaultRpcTimeout() { |
| 1007 | return rpc_timeout; |
| 1008 | } |
| 1009 | |
| 1010 | /** |
| 1011 | * Returns the capacity of the increment buffer. |
no outgoing calls